#8e8ef7

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

Shades of Light Slate Blue #8E8EF7

Tints of Light Slate Blue #8E8EF7

Color information

#8E8EF7 (or 0x8E8EF7) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8E and F7. RGB value is (142,142,247). Sum of RGB (Red+Green+Blue) = 142+142+247=531 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.74% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 247 (96.88% from 255 or 46.52% from 531); Max value from RGB is 247 - color contains mainly: blue. Hex color #8E8EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8EF7 is #717108. Grayscale: #999999. Windows color (decimal): -7434505 or 16223886. OLE color: 16223886.

HSL color Cylindrical-coordinate representation of color #8E8EF7: hue angle of 240º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E8EF7 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB142142247-
CMYK0.430.4300.03
HSL240º86.78%76.27%-
HSV(B)240º42.51%96.86%-
XYZ37.6231.8192.15-
YUV153.97180.5119.46-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.74%
GREEN value IS 142 (55.86% from 255) = 26.74%
BLUE value IS 247 (96.88% from 255) = 46.52%
R=26.74%
G=26.74%
B=46.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1421422470.430.4300.0324086.7876.27
Hex8E8EF72B2B03f0574c
Octal216216367535303360127114
Binary1000111010001110111101111010111010110111111000010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e8ef7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,142,247); }

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

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

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

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

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

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

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