Html Css Color HEX #8E6DFD Light Slate Blue

📋 copy color: '#8E6DFD'

red 142 ◦ green 109 ◦ blue 253

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

Shades of Light Slate Blue #8E6DFD

Tints of Light Slate Blue #8E6DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

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

R = 28.17%
G = 21.63%
B = 50.2%

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

#8E6DFD (or 0x8E6DFD) is known color: Light Slate Blue. HEX triplet: 8E, 6D and FD. RGB value is (142,109,253). Sum of RGB (Red+Green+Blue) = 142+109+253=504 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.17% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E6DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6DFD is #719202. Grayscale: #868686. Windows color (decimal): -7442947 or 16608654. OLE color: 16608654.

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

Color convert

RGB 142 109 253 -
CMYK 0.44 0.57 0 0.01
HSL 253.75º 0.97% 0.71% -
HSV(B) 253.75º 0.57% 0.99% -
XYZ 34.35 23.78 95.71 -
YUV 135.28 194.43 132.79 -
System Red Green Blue C M Y K H S L
Decimal 142 109 253 0.44 0.57 0 0.01 253.75 0.97 0.71
Hex 8E 6D FD 2C 39 0 1 FE 61 47
Octal 216 155 375 54 71 0 1 376 141 107
Binary 10001110 1101101 11111101 101100 111001 0 1 11111110 1100001 1000111

Color Harmonies of #8E6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6DFD

Black with #8E6DFD

Text Example


Text Example

White with #8E6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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