#8A81EE

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

Shades of Light Slate Blue #8A81EE

Tints of Light Slate Blue #8A81EE

Color information

#8A81EE (or 0x8A81EE) is unknown color: approx Light Slate Blue. HEX triplet: 8A, 81 and EE. RGB value is (138,129,238). Sum of RGB (Red+Green+Blue) = 138+129+238=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 129 (50.78% from 255 or 25.54% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A81EE is #757E11. Grayscale: #8F8F8F. Windows color (decimal): -7699986 or 15630730. OLE color: 15630730.

HSL color Cylindrical-coordinate representation of color #8A81EE: hue angle of 244.95º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A81EE is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138129238-
CMYK0.420.4600.07
HSL244.95º76.22%71.96%-
HSV(B)244.95º45.8%93.33%-
XYZ33.7627.2884.37-
YUV144.12180.98123.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.33%
GREEN value IS 129 (50.78% from 255) = 25.54%
BLUE value IS 238 (93.36% from 255) = 47.13%
R=27.33%
G=25.54%
B=47.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381292380.420.4600.07244.9576.2271.96
Hex8A81EE2A2E07f54c48
Octal212201356525607365114110
Binary10001010100000011110111010101010111001111111010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A81EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,129,238); }

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

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

 a { background-color: rgb(138,129,238); }

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

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

 span { border-color: rgb(138,129,238); }

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