Shades of Light Slate Blue #8A81EE
Tints of Light Slate Blue #8A81EE
RGB
CMYK
RGB Variations
Color information
#8A81EE (or 0x8A81EE) is known color: 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
| RGB | 138 | 129 | 238 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.07 |
| HSL | 244.95º | 0.76% | 0.72% | - |
| HSV(B) | 244.95º | 0.46% | 0.93% | - |
| XYZ | 33.76 | 27.28 | 84.37 | - |
| YUV | 144.12 | 180.98 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 129 | 238 | 0.42 | 0.46 | 0 | 0.07 | 244.95 | 0.76 | 0.72 |
| Hex | 8A | 81 | EE | 2A | 2E | 0 | 7 | F5 | 4C | 48 |
| Octal | 212 | 201 | 356 | 52 | 56 | 0 | 7 | 365 | 114 | 110 |
| Binary | 10001010 | 10000001 | 11101110 | 101010 | 101110 | 0 | 111 | 11110101 | 1001100 | 1001000 |
Color Harmonies of #8A81EE
Complementary color
Monochromatic Colors of #8A81EE
Black with #8A81EE
Text Example
Text Example
White with #8A81EE
Text Example
Text Example
HTML Codes & Css Web 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>