#8866F6

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

Shades of Light Slate Blue #8866F6

Tints of Light Slate Blue #8866F6

Color information

#8866F6 (or 0x8866F6) is unknown color: approx Light Slate Blue. HEX triplet: 88, 66 and F6. RGB value is (136,102,246). Sum of RGB (Red+Green+Blue) = 136+102+246=484 (64% of max value = 765). Red value is 136 (53.52% from 255 or 28.10% from 484); Green value is 102 (40.23% from 255 or 21.07% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #8866F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8866F6 is #779909. Grayscale: #808080. Windows color (decimal): -7837962 or 16148104. OLE color: 16148104.

HSL color Cylindrical-coordinate representation of color #8866F6: hue angle of 254.17º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8866F6 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB136102246-
CMYK0.450.5900.04
HSL254.17º88.89%68.24%-
HSV(B)254.17º58.54%96.47%-
XYZ31.5421.3989.66-
YUV128.58194.26133.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.10%
GREEN value IS 102 (40.23% from 255) = 21.07%
BLUE value IS 246 (96.48% from 255) = 50.83%
R=28.10%
G=21.07%
B=50.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1361022460.450.5900.04254.1788.8968.24
Hex8866F62D3B04fe5944
Octal210146366557304376131104
Binary1000100011001101111011010110111101101001111111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8866F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8866F6; }

 p { color: rgb(136,102,246); }

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

<style>
 a { background-color: #8866F6; }

 a { background-color: rgb(136,102,246); }

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

<style>
 span { border-color: #8866F6; }

 span { border-color: rgb(136,102,246); }

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