Html Css Color HEX #8981EA Light Slate Blue

📋 copy color: '#8981EA'

red 137 ◦ green 129 ◦ blue 234

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

Shades of Light Slate Blue #8981EA

Tints of Light Slate Blue #8981EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

 BLUE value IS 234 (91.8% from 255) = 46.8%

R = 27.4%
G = 25.8%
B = 46.8%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8981EA (or 0x8981EA) is known color: Light Slate Blue. HEX triplet: 89, 81 and EA. RGB value is (137,129,234). Sum of RGB (Red+Green+Blue) = 137+129+234=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #8981EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8981EA is #767E15. Grayscale: #8E8E8E. Windows color (decimal): -7765526 or 15368585. OLE color: 15368585.

HSL color Cylindrical-coordinate representation of color #8981EA: hue angle of 244.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8981EA is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 129 234 -
CMYK 0.41 0.45 0 0.08
HSL 244.57º 0.71% 0.71% -
HSV(B) 244.57º 0.45% 0.92% -
XYZ 33.02 26.96 81.31 -
YUV 143.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 137 129 234 0.41 0.45 0 0.08 244.57 0.71 0.71
Hex 89 81 EA 29 2D 0 8 F5 47 47
Octal 211 201 352 51 55 0 10 365 107 107
Binary 10001001 10000001 11101010 101001 101101 0 1000 11110101 1000111 1000111

Color Harmonies of #8981EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8981EA

Black with #8981EA

Text Example


Text Example

White with #8981EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8981EA; }

 p { color: rgb(137,129,234); }

 H1.HeaderClassName
 {
   color: #8981EA;
 }
 .AnyTagClassName
 {
   color: #8981EA;
 }
</style>

background-color css

<style>
 a { background-color: #8981EA; }

 a { background-color: rgb(137,129,234); }

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

border-color css

<style>
 span { border-color: #8981EA; }

 span { border-color: rgb(137,129,234); }

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