#8047FB

Color #8047FB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8047FB

Tints of Medium Slate Blue #8047FB

Color information

#8047FB (or 0x8047FB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 47 and FB. RGB value is (128,71,251). Sum of RGB (Red+Green+Blue) = 128+71+251=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #8047FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8047FB is #7FB804. Grayscale: #6B6B6B. Windows color (decimal): -8370181 or 16467840. OLE color: 16467840.

HSL color Cylindrical-coordinate representation of color #8047FB: hue angle of 259º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8047FB is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12871251-
CMYK0.490.7200.02
HSL259º95.74%63.14%-
HSV(B)259º71.71%98.43%-
XYZ28.5716.0692.86-
YUV108.56208.38141.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 71 (28.12% from 255) = 15.78%
BLUE value IS 251 (98.44% from 255) = 55.78%
R=28.44%
G=15.78%
B=55.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal128712510.490.7200.0225995.7463.14
Hex8047FB314802103603f
Octal200107373611100240314077
Binary1000000010001111111101111000110010000101000000111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8047FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8047FB; }

 p { color: rgb(128,71,251); }

 H1.HeaderClassName
 {
   color: #8047FB;
 }
 .AnyTagClassName
 {
   color: #8047FB;
 }
</style>
background-color css

<style>
 a { background-color: #8047FB; }

 a { background-color: rgb(128,71,251); }

 div.DivClassName
 {
   background-color: #8047FB;
 }
 .BgClassName
 {
   background-color: #8047FB;
 }
</style>
border-color css

<style>
 span { border-color: #8047FB; }

 span { border-color: rgb(128,71,251); }

 td.TdClassName
 {
   border-color: #8047FB;
 }
 .TagClassName
 {
   border-color: #8047FB;
 }
</style>