Html Css Color HEX #8E81ED Light Slate Blue

📋 copy color: '#8E81ED'

red 142 ◦ green 129 ◦ blue 237

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

Shades of Light Slate Blue #8E81ED

Tints of Light Slate Blue #8E81ED

RGB

 RED value IS 142 (55.86% from 255) = 27.95%

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

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

R = 27.95%
G = 25.39%
B = 46.65%

CMYK

 C value IS 0.40

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E81ED (or 0x8E81ED) is known color: Light Slate Blue. HEX triplet: 8E, 81 and ED. RGB value is (142,129,237). Sum of RGB (Red+Green+Blue) = 142+129+237=508 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.95% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E81ED is #717E12. Grayscale: #909090. Windows color (decimal): -7437843 or 15565198. OLE color: 15565198.

HSL color Cylindrical-coordinate representation of color #8E81ED: hue angle of 247.22º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E81ED is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 129 237 -
CMYK 0.40 0.46 0 0.07
HSL 247.22º 0.75% 0.72% -
HSV(B) 247.22º 0.46% 0.93% -
XYZ 34.29 27.57 83.63 -
YUV 145.2 179.81 125.72 -
System Red Green Blue C M Y K H S L
Decimal 142 129 237 0.40 0.46 0 0.07 247.22 0.75 0.72
Hex 8E 81 ED 28 2E 0 7 F7 4B 48
Octal 216 201 355 50 56 0 7 367 113 110
Binary 10001110 10000001 11101101 101000 101110 0 111 11110111 1001011 1001000

Color Harmonies of #8E81ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81ED

Black with #8E81ED

Text Example


Text Example

White with #8E81ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E81ED; }

 p { color: rgb(142,129,237); }

 H1.HeaderClassName
 {
   color: #8E81ED;
 }
 .AnyTagClassName
 {
   color: #8E81ED;
 }
</style>

background-color css

<style>
 a { background-color: #8E81ED; }

 a { background-color: rgb(142,129,237); }

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

border-color css

<style>
 span { border-color: #8E81ED; }

 span { border-color: rgb(142,129,237); }

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