#8E8BFE

Color #8E8BFE Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #8E8BFE

Tints of Light Slate Blue #8E8BFE

Color information

#8E8BFE (or 0x8E8BFE) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8B and FE. RGB value is (142,139,254). Sum of RGB (Red+Green+Blue) = 142+139+254=535 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.54% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 254 (99.61% from 255 or 47.48% from 535); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E8BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8BFE is #717401. Grayscale: #989898. Windows color (decimal): -7435266 or 16681870. OLE color: 16681870.

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

Color convert

RGB142139254-
CMYK0.440.4500.00
HSL241.57º98.29%77.06%-
HSV(B)241.57º45.28%99.61%-
XYZ38.2831.3797.8-
YUV153.01184.99120.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.54%
GREEN value IS 139 (54.69% from 255) = 25.98%
BLUE value IS 254 (99.61% from 255) = 47.48%
R=26.54%
G=25.98%
B=47.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1421392540.440.4500.00241.5798.2977.06
Hex8E8BFE2C2D00f2624d
Octal216213376545500362142115
Binary100011101000101111111110101100101101001111001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8BFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E8BFE;
 }
 .AnyTagClassName
 {
   color: #8E8BFE;
 }
</style>
background-color css

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

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

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

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

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

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