#8E8AF5

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

Shades of Light Slate Blue #8E8AF5

Tints of Light Slate Blue #8E8AF5

Color information

#8E8AF5 (or 0x8E8AF5) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 8A and F5. RGB value is (142,138,245). Sum of RGB (Red+Green+Blue) = 142+138+245=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #8E8AF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E8AF5 is #71750A. Grayscale: #969696. Windows color (decimal): -7435531 or 16091790. OLE color: 16091790.

HSL color Cylindrical-coordinate representation of color #8E8AF5: hue angle of 242.24º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E8AF5 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142138245-
CMYK0.420.4400.04
HSL242.24º84.25%75.1%-
HSV(B)242.24º43.67%96.08%-
XYZ36.7330.5290.34-
YUV151.39180.83121.3-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 245 (96.09% from 255) = 46.67%
R=27.05%
G=26.29%
B=46.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421382450.420.4400.04242.2484.2575.1
Hex8E8AF52A2C04f2544b
Octal216212365525404362124113
Binary10001110100010101111010110101010110001001111001010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,138,245); }

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

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

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

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

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

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

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