Html Css Color HEX #8976ED Light Slate Blue

📋 copy color: '#8976ED'

red 137 ◦ green 118 ◦ blue 237

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

Shades of Light Slate Blue #8976ED

Tints of Light Slate Blue #8976ED

RGB

 RED value IS 137 (53.91% from 255) = 27.85%

 GREEN value IS 118 (46.48% from 255) = 23.98%

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 27.85%
G = 23.98%
B = 48.17%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8976ED (or 0x8976ED) is known color: Light Slate Blue. HEX triplet: 89, 76 and ED. RGB value is (137,118,237). Sum of RGB (Red+Green+Blue) = 137+118+237=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #8976ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8976ED is #768912. Grayscale: #888888. Windows color (decimal): -7768339 or 15562377. OLE color: 15562377.

HSL color Cylindrical-coordinate representation of color #8976ED: hue angle of 249.58º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8976ED is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 118 237 -
CMYK 0.42 0.50 0 0.07
HSL 249.58º 0.77% 0.7% -
HSV(B) 249.58º 0.5% 0.93% -
XYZ 32.08 24.39 83.14 -
YUV 137.25 184.29 127.82 -
System Red Green Blue C M Y K H S L
Decimal 137 118 237 0.42 0.50 0 0.07 249.58 0.77 0.7
Hex 89 76 ED 2A 32 0 7 FA 4D 46
Octal 211 166 355 52 62 0 7 372 115 106
Binary 10001001 1110110 11101101 101010 110010 0 111 11111010 1001101 1000110

Color Harmonies of #8976ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8976ED

Black with #8976ED

Text Example


Text Example

White with #8976ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8976ED; }

 p { color: rgb(137,118,237); }

 H1.HeaderClassName
 {
   color: #8976ED;
 }
 .AnyTagClassName
 {
   color: #8976ED;
 }
</style>

background-color css

<style>
 a { background-color: #8976ED; }

 a { background-color: rgb(137,118,237); }

 div.DivClassName
 {
   background-color: #8976ED;
 }
 .BgClassName
 {
   background-color: #8976ED;
 }
</style>

border-color css

<style>
 span { border-color: #8976ED; }

 span { border-color: rgb(137,118,237); }

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