Html Css Color HEX #8E8CFD Light Slate Blue

📋 copy color: '#8E8CFD'

red 142 ◦ green 140 ◦ blue 253

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

Shades of Light Slate Blue #8E8CFD

Tints of Light Slate Blue #8E8CFD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.17%

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

R = 26.54%
G = 26.17%
B = 47.29%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8E8CFD (or 0x8E8CFD) is known color: Light Slate Blue. HEX triplet: 8E, 8C and FD. RGB value is (142,140,253). Sum of RGB (Red+Green+Blue) = 142+140+253=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #8E8CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8CFD is #717302. Grayscale: #999999. Windows color (decimal): -7435011 or 16616590. OLE color: 16616590.

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

Color convert

RGB 142 140 253 -
CMYK 0.44 0.45 0 0.01
HSL 241.06º 0.97% 0.77% -
HSV(B) 241.06º 0.45% 0.99% -
XYZ 38.26 31.6 97.01 -
YUV 153.48 184.16 119.81 -
System Red Green Blue C M Y K H S L
Decimal 142 140 253 0.44 0.45 0 0.01 241.06 0.97 0.77
Hex 8E 8C FD 2C 2D 0 1 F1 61 4D
Octal 216 214 375 54 55 0 1 361 141 115
Binary 10001110 10001100 11111101 101100 101101 0 1 11110001 1100001 1001101

Color Harmonies of #8E8CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8CFD

Black with #8E8CFD

Text Example


Text Example

White with #8E8CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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