Html Css Color HEX #8E7EFC Light Slate Blue

📋 copy color: '#8E7EFC'

red 142 ◦ green 126 ◦ blue 252

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

Shades of Light Slate Blue #8E7EFC

Tints of Light Slate Blue #8E7EFC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.23%

 BLUE value IS 252 (98.83% from 255) = 48.46%

R = 27.31%
G = 24.23%
B = 48.46%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E7EFC (or 0x8E7EFC) is known color: Light Slate Blue. HEX triplet: 8E, 7E and FC. RGB value is (142,126,252). Sum of RGB (Red+Green+Blue) = 142+126+252=520 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.31% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E7EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7EFC is #718103. Grayscale: #909090. Windows color (decimal): -7438596 or 16547470. OLE color: 16547470.

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

Color convert

RGB 142 126 252 -
CMYK 0.44 0.5 0 0.01
HSL 247.62º 0.95% 0.74% -
HSV(B) 247.62º 0.5% 0.99% -
XYZ 36.19 27.7 95.53 -
YUV 145.15 188.3 125.75 -
System Red Green Blue C M Y K H S L
Decimal 142 126 252 0.44 0.5 0 0.01 247.62 0.95 0.74
Hex 8E 7E FC 2C 32 0 1 F8 5F 4A
Octal 216 176 374 54 62 0 1 370 137 112
Binary 10001110 1111110 11111100 101100 110010 0 1 11111000 1011111 1001010

Color Harmonies of #8E7EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EFC

Black with #8E7EFC

Text Example


Text Example

White with #8E7EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,252); }

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

background-color css

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

 a { background-color: rgb(142,126,252); }

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

border-color css

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

 span { border-color: rgb(142,126,252); }

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