Html Css Color HEX #8E7EFD Light Slate Blue

📋 copy color: '#8E7EFD'

red 142 ◦ green 126 ◦ blue 253

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

Shades of Light Slate Blue #8E7EFD

Tints of Light Slate Blue #8E7EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.56%

R = 27.26%
G = 24.18%
B = 48.56%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E7EFD (or 0x8E7EFD) is known color: Light Slate Blue. HEX triplet: 8E, 7E and FD. RGB value is (142,126,253). Sum of RGB (Red+Green+Blue) = 142+126+253=521 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.26% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E7EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E7EFD is #718102. Grayscale: #909090. Windows color (decimal): -7438595 or 16613006. OLE color: 16613006.

HSL color Cylindrical-coordinate representation of color #8E7EFD: hue angle of 247.56º degrees, saturation: 0.97, 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 #8E7EFD is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 126 253 -
CMYK 0.44 0.50 0 0.01
HSL 247.56º 0.97% 0.74% -
HSV(B) 247.56º 0.5% 0.99% -
XYZ 36.35 27.76 96.37 -
YUV 145.26 188.8 125.67 -
System Red Green Blue C M Y K H S L
Decimal 142 126 253 0.44 0.50 0 0.01 247.56 0.97 0.74
Hex 8E 7E FD 2C 32 0 1 F8 61 4A
Octal 216 176 375 54 62 0 1 370 141 112
Binary 10001110 1111110 11111101 101100 110010 0 1 11111000 1100001 1001010

Color Harmonies of #8E7EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EFD

Black with #8E7EFD

Text Example


Text Example

White with #8E7EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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