Shades of Light Slate Blue #9A8EFF
Tints of Light Slate Blue #9A8EFF
RGB
CMYK
RGB Variations
Color information
#9A8EFF (or 0x9A8EFF) is known color: Light Slate Blue. HEX triplet: 9A, 8E and FF. RGB value is (154,142,255). Sum of RGB (Red+Green+Blue) = 154+142+255=551 (72% of max value = 765). Red value is 154 (60.55% from 255 or 27.95% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A8EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8EFF is #657100. Grayscale: #9E9E9E. Windows color (decimal): -6648065 or 16748186. OLE color: 16748186.
HSL color Cylindrical-coordinate representation of color #9A8EFF: hue angle of 246.37º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8EFF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 154 | 142 | 255 | - |
| CMYK | 0.40 | 0.44 | 0 | 0 |
| HSL | 246.37º | 1% | 0.78% | - |
| HSV(B) | 246.37º | 0.44% | 1% | - |
| XYZ | 41.05 | 33.44 | 98.9 | - |
| YUV | 158.47 | 182.48 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 142 | 255 | 0.40 | 0.44 | 0 | 0 | 246.37 | 1 | 0.78 |
| Hex | 9A | 8E | FF | 28 | 2C | 0 | 0 | F6 | 64 | 4E |
| Octal | 232 | 216 | 377 | 50 | 54 | 0 | 0 | 366 | 144 | 116 |
| Binary | 10011010 | 10001110 | 11111111 | 101000 | 101100 | 0 | 0 | 11110110 | 1100100 | 1001110 |
Color Harmonies of #9A8EFF
Complementary color
Monochromatic Colors of #9A8EFF
Black with #9A8EFF
Text Example
Text Example
White with #9A8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8EFF; }
p { color: rgb(154,142,255); }
H1.HeaderClassName
{
color: #9A8EFF;
}
.AnyTagClassName
{
color: #9A8EFF;
}
</style>
background-color css
<style>
a { background-color: #9A8EFF; }
a { background-color: rgb(154,142,255); }
div.DivClassName
{
background-color: #9A8EFF;
}
.BgClassName
{
background-color: #9A8EFF;
}
</style>
border-color css
<style>
span { border-color: #9A8EFF; }
span { border-color: rgb(154,142,255); }
td.TdClassName
{
border-color: #9A8EFF;
}
.TagClassName
{
border-color: #9A8EFF;
}
</style>