#8566F7

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

Shades of Light Slate Blue #8566F7

Tints of Light Slate Blue #8566F7

Color information

#8566F7 (or 0x8566F7) is unknown color: approx Light Slate Blue. HEX triplet: 85, 66 and F7. RGB value is (133,102,247). Sum of RGB (Red+Green+Blue) = 133+102+247=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #8566F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8566F7 is #7A9908. Grayscale: #7F7F7F. Windows color (decimal): -8034569 or 16213637. OLE color: 16213637.

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

Color convert

RGB133102247-
CMYK0.460.5900.03
HSL252.83º90.06%68.43%-
HSV(B)252.83º58.7%96.86%-
XYZ31.2121.290.44-
YUV127.8195.27131.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 21.16%
BLUE value IS 247 (96.88% from 255) = 51.24%
R=27.59%
G=21.16%
B=51.24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1331022470.460.5900.03252.8390.0668.43
Hex8566F72E3B03fd5a44
Octal205146367567303375132104
Binary100001011100110111101111011101110110111111110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8566F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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