Html Css Color HEX #8E8BFC Light Slate Blue

📋 copy color: '#8E8BFC'

red 142 ◦ green 139 ◦ blue 252

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

Shades of Light Slate Blue #8E8BFC

Tints of Light Slate Blue #8E8BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

 BLUE value IS 252 (98.83% from 255) = 47.28%

R = 26.64%
G = 26.08%
B = 47.28%

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

#8E8BFC (or 0x8E8BFC) is known color: Light Slate Blue. HEX triplet: 8E, 8B and FC. RGB value is (142,139,252). Sum of RGB (Red+Green+Blue) = 142+139+252=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 252 (98.83% from 255 or 47.28% from 533); Max value from RGB is 252 - color contains mainly: blue. Hex color #8E8BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BFC is #717403. Grayscale: #989898. Windows color (decimal): -7435268 or 16550798. OLE color: 16550798.

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

Color convert

RGB 142 139 252 -
CMYK 0.44 0.45 0 0.01
HSL 241.59º 0.95% 0.77% -
HSV(B) 241.59º 0.45% 0.99% -
XYZ 37.96 31.24 96.13 -
YUV 152.78 183.99 120.31 -
System Red Green Blue C M Y K H S L
Decimal 142 139 252 0.44 0.45 0 0.01 241.59 0.95 0.77
Hex 8E 8B FC 2C 2D 0 1 F2 5F 4D
Octal 216 213 374 54 55 0 1 362 137 115
Binary 10001110 10001011 11111100 101100 101101 0 1 11110010 1011111 1001101

Color Harmonies of #8E8BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8BFC

Black with #8E8BFC

Text Example


Text Example

White with #8E8BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,139,252); }

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

background-color css

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

 a { background-color: rgb(142,139,252); }

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

border-color css

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

 span { border-color: rgb(142,139,252); }

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