#8578F7

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

Shades of Light Slate Blue #8578F7

Tints of Light Slate Blue #8578F7

Color information

#8578F7 (or 0x8578F7) is unknown color: approx Light Slate Blue. HEX triplet: 85, 78 and F7. RGB value is (133,120,247). Sum of RGB (Red+Green+Blue) = 133+120+247=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 247 (96.88% from 255 or 49.4% from 500); Max value from RGB is 247 - color contains mainly: blue. Hex color #8578F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8578F7 is #7A8708. Grayscale: #898989. Windows color (decimal): -8029961 or 16218245. OLE color: 16218245.

HSL color Cylindrical-coordinate representation of color #8578F7: hue angle of 246.14º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8578F7 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB133120247-
CMYK0.460.5100.03
HSL246.14º88.81%71.96%-
HSV(B)246.14º51.42%96.86%-
XYZ33.1825.1391.1-
YUV138.36189.31124.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 120 (47.27% from 255) = 24%
BLUE value IS 247 (96.88% from 255) = 49.4%
R=26.6%
G=24%
B=49.4%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1331202470.460.5100.03246.1488.8171.96
Hex8578F72E3303f65948
Octal205170367566303366131110
Binary100001011111000111101111011101100110111111011010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8578F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8578F7; }

 p { color: rgb(133,120,247); }

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

<style>
 a { background-color: #8578F7; }

 a { background-color: rgb(133,120,247); }

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

<style>
 span { border-color: #8578F7; }

 span { border-color: rgb(133,120,247); }

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