Html Css Color HEX #8E73EE Light Slate Blue

📋 copy color: '#8E73EE'

red 142 ◦ green 115 ◦ blue 238

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

Shades of Light Slate Blue #8E73EE

Tints of Light Slate Blue #8E73EE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.23%

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

R = 28.69%
G = 23.23%
B = 48.08%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E73EE (or 0x8E73EE) is known color: Light Slate Blue. HEX triplet: 8E, 73 and EE. RGB value is (142,115,238). Sum of RGB (Red+Green+Blue) = 142+115+238=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 115 (45.31% from 255 or 23.23% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E73EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E73EE is #718C11. Grayscale: #888888. Windows color (decimal): -7441426 or 15627150. OLE color: 15627150.

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

Color convert

RGB 142 115 238 -
CMYK 0.40 0.52 0 0.07
HSL 253.17º 0.78% 0.69% -
HSV(B) 253.17º 0.52% 0.93% -
XYZ 32.72 24.19 83.83 -
YUV 137.1 184.95 131.5 -
System Red Green Blue C M Y K H S L
Decimal 142 115 238 0.40 0.52 0 0.07 253.17 0.78 0.69
Hex 8E 73 EE 28 34 0 7 FD 4E 45
Octal 216 163 356 50 64 0 7 375 116 105
Binary 10001110 1110011 11101110 101000 110100 0 111 11111101 1001110 1000101

Color Harmonies of #8E73EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E73EE

Black with #8E73EE

Text Example


Text Example

White with #8E73EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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