#8866FF

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

Shades of Light Slate Blue #8866FF

Tints of Light Slate Blue #8866FF

Color information

#8866FF (or 0x8866FF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 66 and FF. RGB value is (136,102,255). Sum of RGB (Red+Green+Blue) = 136+102+255=493 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.59% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #8866FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8866FF is #779900. Grayscale: #818181. Windows color (decimal): -7837953 or 16737928. OLE color: 16737928.

HSL color Cylindrical-coordinate representation of color #8866FF: hue angle of 253.33º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8866FF is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB136102255-
CMYK0.470.600
HSL253.33º100%70%-
HSV(B)253.33º60%100%-
XYZ32.9521.9697.11-
YUV129.61198.76132.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 255 (100% from 255) = 51.72%
R=27.59%
G=20.69%
B=51.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361022550.470.600253.3310070
Hex8866FF2F3C00fd6446
Octal210146377577400375144106
Binary10001000110011011111111101111111100001111110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8866FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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