Html Css Color HEX #8E6EFD Light Slate Blue

📋 copy color: '#8E6EFD'

red 142 ◦ green 110 ◦ blue 253

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

Shades of Light Slate Blue #8E6EFD

Tints of Light Slate Blue #8E6EFD

RGB

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

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

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

R = 28.12%
G = 21.78%
B = 50.1%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E6EFD (or 0x8E6EFD) is known color: Light Slate Blue. HEX triplet: 8E, 6E and FD. RGB value is (142,110,253). Sum of RGB (Red+Green+Blue) = 142+110+253=505 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.12% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E6EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6EFD is #719102. Grayscale: #878787. Windows color (decimal): -7442691 or 16608910. OLE color: 16608910.

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

Color convert

RGB 142 110 253 -
CMYK 0.44 0.57 0 0.01
HSL 253.43º 0.97% 0.71% -
HSV(B) 253.43º 0.57% 0.99% -
XYZ 34.46 23.99 95.74 -
YUV 135.87 194.1 132.37 -
System Red Green Blue C M Y K H S L
Decimal 142 110 253 0.44 0.57 0 0.01 253.43 0.97 0.71
Hex 8E 6E FD 2C 39 0 1 FD 61 47
Octal 216 156 375 54 71 0 1 375 141 107
Binary 10001110 1101110 11111101 101100 111001 0 1 11111101 1100001 1000111

Color Harmonies of #8E6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6EFD

Black with #8E6EFD

Text Example


Text Example

White with #8E6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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