#8956FF

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

Shades of Light Slate Blue #8956FF

Tints of Light Slate Blue #8956FF

Color information

#8956FF (or 0x8956FF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 56 and FF. RGB value is (137,86,255). Sum of RGB (Red+Green+Blue) = 137+86+255=478 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.66% from 478); Green value is 86 (33.98% from 255 or 17.99% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #8956FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8956FF is #76A900. Grayscale: #777777. Windows color (decimal): -7776513 or 16733833. OLE color: 16733833.

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

Color convert

RGB13786255-
CMYK0.460.6600
HSL258.11º100%66.86%-
HSV(B)258.11º66.27%100%-
XYZ31.6919.1996.64-
YUV120.51203.9139.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.66%
GREEN value IS 86 (33.98% from 255) = 17.99%
BLUE value IS 255 (100% from 255) = 53.35%
R=28.66%
G=17.99%
B=53.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal137862550.460.6600258.1110066.86
Hex8956FF2E42001026443
Octal2111263775610200402144103
Binary1000100110101101111111110111010000100010000001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8956FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,86,255); }

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

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

 a { background-color: rgb(137,86,255); }

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

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

 span { border-color: rgb(137,86,255); }

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