Html Css Color HEX #8E6EFF Light Slate Blue

📋 copy color: '#8E6EFF'

red 142 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #8E6EFF

Tints of Light Slate Blue #8E6EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.7%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 28.01%
G = 21.7%
B = 50.3%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E6EFF (or 0x8E6EFF) is known color: Light Slate Blue. HEX triplet: 8E, 6E and FF. RGB value is (142,110,255). Sum of RGB (Red+Green+Blue) = 142+110+255=507 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.01% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E6EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6EFF is #719100. Grayscale: #878787. Windows color (decimal): -7442689 or 16739982. OLE color: 16739982.

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

Color convert

RGB 142 110 255 -
CMYK 0.44 0.57 0 0
HSL 253.24º 1% 0.72% -
HSV(B) 253.24º 0.57% 1% -
XYZ 34.78 24.12 97.43 -
YUV 136.1 195.1 132.21 -
System Red Green Blue C M Y K H S L
Decimal 142 110 255 0.44 0.57 0 0 253.24 1 0.72
Hex 8E 6E FF 2C 39 0 0 FD 64 48
Octal 216 156 377 54 71 0 0 375 144 110
Binary 10001110 1101110 11111111 101100 111001 0 0 11111101 1100100 1001000

Color Harmonies of #8E6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6EFF

Black with #8E6EFF

Text Example


Text Example

White with #8E6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,110,255); }

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

background-color css

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

 a { background-color: rgb(142,110,255); }

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

border-color css

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

 span { border-color: rgb(142,110,255); }

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