Html Css Color HEX #8E84EF Light Slate Blue

📋 copy color: '#8E84EF'

red 142 ◦ green 132 ◦ blue 239

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

Shades of Light Slate Blue #8E84EF

Tints of Light Slate Blue #8E84EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.73%

 BLUE value IS 239 (93.75% from 255) = 46.59%

R = 27.68%
G = 25.73%
B = 46.59%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8E84EF (or 0x8E84EF) is known color: Light Slate Blue. HEX triplet: 8E, 84 and EF. RGB value is (142,132,239). Sum of RGB (Red+Green+Blue) = 142+132+239=513 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.68% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E84EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E84EF is #717B10. Grayscale: #929292. Windows color (decimal): -7437073 or 15697038. OLE color: 15697038.

HSL color Cylindrical-coordinate representation of color #8E84EF: hue angle of 245.61º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E84EF is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 132 239 -
CMYK 0.41 0.45 0 0.06
HSL 245.61º 0.77% 0.73% -
HSV(B) 245.61º 0.45% 0.94% -
XYZ 34.99 28.49 85.32 -
YUV 147.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 142 132 239 0.41 0.45 0 0.06 245.61 0.77 0.73
Hex 8E 84 EF 29 2D 0 6 F6 4D 49
Octal 216 204 357 51 55 0 6 366 115 111
Binary 10001110 10000100 11101111 101001 101101 0 110 11110110 1001101 1001001

Color Harmonies of #8E84EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E84EF

Black with #8E84EF

Text Example


Text Example

White with #8E84EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,132,239); }

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

background-color css

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

 a { background-color: rgb(142,132,239); }

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

border-color css

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

 span { border-color: rgb(142,132,239); }

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