Html Css Color HEX #8E7DFB Light Slate Blue

📋 copy color: '#8E7DFB'

red 142 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #8E7DFB

Tints of Light Slate Blue #8E7DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.13%

 BLUE value IS 251 (98.44% from 255) = 48.46%

R = 27.41%
G = 24.13%
B = 48.46%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8E7DFB (or 0x8E7DFB) is known color: Light Slate Blue. HEX triplet: 8E, 7D and FB. RGB value is (142,125,251). Sum of RGB (Red+Green+Blue) = 142+125+251=518 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.41% from 518); Green value is 125 (49.22% from 255 or 24.13% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #8E7DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7DFB is #718204. Grayscale: #8F8F8F. Windows color (decimal): -7438853 or 16481678. OLE color: 16481678.

HSL color Cylindrical-coordinate representation of color #8E7DFB: hue angle of 248.1º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E7DFB is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 125 251 -
CMYK 0.43 0.50 0 0.02
HSL 248.1º 0.94% 0.74% -
HSV(B) 248.1º 0.5% 0.98% -
XYZ 35.9 27.38 94.66 -
YUV 144.45 188.13 126.25 -
System Red Green Blue C M Y K H S L
Decimal 142 125 251 0.43 0.50 0 0.02 248.1 0.94 0.74
Hex 8E 7D FB 2B 32 0 2 F8 5E 4A
Octal 216 175 373 53 62 0 2 370 136 112
Binary 10001110 1111101 11111011 101011 110010 0 10 11111000 1011110 1001010

Color Harmonies of #8E7DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DFB

Black with #8E7DFB

Text Example


Text Example

White with #8E7DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,251); }

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

background-color css

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

 a { background-color: rgb(142,125,251); }

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

border-color css

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

 span { border-color: rgb(142,125,251); }

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