Html Css Color HEX #8E83EC Light Slate Blue

📋 copy color: '#8E83EC'

red 142 ◦ green 131 ◦ blue 236

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

Shades of Light Slate Blue #8E83EC

Tints of Light Slate Blue #8E83EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.74%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 27.9%
G = 25.74%
B = 46.37%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E83EC (or 0x8E83EC) is known color: Light Slate Blue. HEX triplet: 8E, 83 and EC. RGB value is (142,131,236). Sum of RGB (Red+Green+Blue) = 142+131+236=509 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.90% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E83EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E83EC is #717C13. Grayscale: #919191. Windows color (decimal): -7437332 or 15500174. OLE color: 15500174.

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

Color convert

RGB 142 131 236 -
CMYK 0.40 0.44 0 0.07
HSL 246.29º 0.73% 0.72% -
HSV(B) 246.29º 0.44% 0.93% -
XYZ 34.41 28.04 82.96 -
YUV 146.26 178.64 124.96 -
System Red Green Blue C M Y K H S L
Decimal 142 131 236 0.40 0.44 0 0.07 246.29 0.73 0.72
Hex 8E 83 EC 28 2C 0 7 F6 49 48
Octal 216 203 354 50 54 0 7 366 111 110
Binary 10001110 10000011 11101100 101000 101100 0 111 11110110 1001001 1001000

Color Harmonies of #8E83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83EC

Black with #8E83EC

Text Example


Text Example

White with #8E83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,131,236); }

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

background-color css

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

 a { background-color: rgb(142,131,236); }

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

border-color css

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

 span { border-color: rgb(142,131,236); }

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