Shades of Light Slate Blue #8A8EFF
Tints of Light Slate Blue #8A8EFF
RGB
CMYK
RGB Variations
Color information
#8A8EFF (or 0x8A8EFF) is known color: Light Slate Blue. HEX triplet: 8A, 8E and FF. RGB value is (138,142,255). Sum of RGB (Red+Green+Blue) = 138+142+255=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #8A8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8A8EFF is #757100. Grayscale: #999999. Windows color (decimal): -7696641 or 16748170. OLE color: 16748170.
HSL color Cylindrical-coordinate representation of color #8A8EFF: hue angle of 237.95º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A8EFF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 142 | 255 | - |
| CMYK | 0.46 | 0.44 | 0 | 0 |
| HSL | 237.95º | 1% | 0.77% | - |
| HSV(B) | 237.95º | 0.46% | 1% | - |
| XYZ | 38.2 | 31.97 | 98.76 | - |
| YUV | 153.69 | 185.17 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 255 | 0.46 | 0.44 | 0 | 0 | 237.95 | 1 | 0.77 |
| Hex | 8A | 8E | FF | 2E | 2C | 0 | 0 | EE | 64 | 4D |
| Octal | 212 | 216 | 377 | 56 | 54 | 0 | 0 | 356 | 144 | 115 |
| Binary | 10001010 | 10001110 | 11111111 | 101110 | 101100 | 0 | 0 | 11101110 | 1100100 | 1001101 |
Color Harmonies of #8A8EFF
Complementary color
Monochromatic Colors of #8A8EFF
Black with #8A8EFF
Text Example
Text Example
White with #8A8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8EFF; }
p { color: rgb(138,142,255); }
H1.HeaderClassName
{
color: #8A8EFF;
}
.AnyTagClassName
{
color: #8A8EFF;
}
</style>
background-color css
<style>
a { background-color: #8A8EFF; }
a { background-color: rgb(138,142,255); }
div.DivClassName
{
background-color: #8A8EFF;
}
.BgClassName
{
background-color: #8A8EFF;
}
</style>
border-color css
<style>
span { border-color: #8A8EFF; }
span { border-color: rgb(138,142,255); }
td.TdClassName
{
border-color: #8A8EFF;
}
.TagClassName
{
border-color: #8A8EFF;
}
</style>