#8E81F0

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

Shades of Light Slate Blue #8E81F0

Tints of Light Slate Blue #8E81F0

Color information

#8E81F0 (or 0x8E81F0) is unknown color: approx Light Slate Blue. HEX triplet: 8E, 81 and F0. RGB value is (142,129,240). Sum of RGB (Red+Green+Blue) = 142+129+240=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #8E81F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8E81F0 is #717E0F. Grayscale: #919191. Windows color (decimal): -7437840 or 15761806. OLE color: 15761806.

HSL color Cylindrical-coordinate representation of color #8E81F0: hue angle of 247.03º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E81F0 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB142129240-
CMYK0.410.4600.06
HSL247.03º78.72%72.35%-
HSV(B)247.03º46.25%94.12%-
XYZ34.7327.7485.96-
YUV145.54181.31125.47-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 240 (94.14% from 255) = 46.97%
R=27.79%
G=25.24%
B=46.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1421292400.410.4600.06247.0378.7272.35
Hex8E81F0292E06f74f48
Octal216201360515606367117110
Binary10001110100000011111000010100110111001101111011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E81F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,129,240); }

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

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

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

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

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

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

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