Html Css Color HEX #8E7CFF Light Slate Blue

📋 copy color: '#8E7CFF'

red 142 ◦ green 124 ◦ blue 255

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

Shades of Light Slate Blue #8E7CFF

Tints of Light Slate Blue #8E7CFF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

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

R = 27.26%
G = 23.8%
B = 48.94%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E7CFF (or 0x8E7CFF) is known color: Light Slate Blue. HEX triplet: 8E, 7C and FF. RGB value is (142,124,255). Sum of RGB (Red+Green+Blue) = 142+124+255=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E7CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7CFF is #718300. Grayscale: #8F8F8F. Windows color (decimal): -7439105 or 16743566. OLE color: 16743566.

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

Color convert

RGB 142 124 255 -
CMYK 0.44 0.51 0 0
HSL 248.24º 1% 0.74% -
HSV(B) 248.24º 0.51% 1% -
XYZ 36.41 27.39 97.97 -
YUV 144.32 190.46 126.35 -
System Red Green Blue C M Y K H S L
Decimal 142 124 255 0.44 0.51 0 0 248.24 1 0.74
Hex 8E 7C FF 2C 33 0 0 F8 64 4A
Octal 216 174 377 54 63 0 0 370 144 112
Binary 10001110 1111100 11111111 101100 110011 0 0 11111000 1100100 1001010

Color Harmonies of #8E7CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CFF

Black with #8E7CFF

Text Example


Text Example

White with #8E7CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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