Html Css Color HEX #8E81EE Light Slate Blue

📋 copy color: '#8E81EE'

red 142 ◦ green 129 ◦ blue 238

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

Shades of Light Slate Blue #8E81EE

Tints of Light Slate Blue #8E81EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.76%

R = 27.9%
G = 25.34%
B = 46.76%

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

#8E81EE (or 0x8E81EE) is known color: Light Slate Blue. HEX triplet: 8E, 81 and EE. RGB value is (142,129,238). Sum of RGB (Red+Green+Blue) = 142+129+238=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E81EE is #717E11. Grayscale: #909090. Windows color (decimal): -7437842 or 15630734. OLE color: 15630734.

HSL color Cylindrical-coordinate representation of color #8E81EE: hue angle of 247.16º degrees, saturation: 0.76, 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 #8E81EE is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 129 238 -
CMYK 0.40 0.46 0 0.07
HSL 247.16º 0.76% 0.72% -
HSV(B) 247.16º 0.46% 0.93% -
XYZ 34.44 27.62 84.41 -
YUV 145.31 180.31 125.64 -
System Red Green Blue C M Y K H S L
Decimal 142 129 238 0.40 0.46 0 0.07 247.16 0.76 0.72
Hex 8E 81 EE 28 2E 0 7 F7 4C 48
Octal 216 201 356 50 56 0 7 367 114 110
Binary 10001110 10000001 11101110 101000 101110 0 111 11110111 1001100 1001000

Color Harmonies of #8E81EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81EE

Black with #8E81EE

Text Example


Text Example

White with #8E81EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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