Html Css Color HEX #8956FF Light Slate Blue

📋 copy color: '#8956FF'

red 137 ◦ green 86 ◦ blue 255

#8956FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #8956FF

Tints of Light Slate Blue #8956FF

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 value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8956FF (or 0x8956FF) is known color: 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

RGB 137 86 255 -
CMYK 0.46 0.66 0 0
HSL 258.11º 1% 0.67% -
HSV(B) 258.11º 0.66% 1% -
XYZ 31.69 19.19 96.64 -
YUV 120.52 203.9 139.76 -
System Red Green Blue C M Y K H S L
Decimal 137 86 255 0.46 0.66 0 0 258.11 1 0.67
Hex 89 56 FF 2E 42 0 0 102 64 43
Octal 211 126 377 56 102 0 0 402 144 103
Binary 10001001 1010110 11111111 101110 1000010 0 0 100000010 1100100 1000011

Color Harmonies of #8956FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8956FF

Black with #8956FF

Text Example


Text Example

White with #8956FF

Text Example


Text Example

HTML Codes & Css Web 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>