Shades of Light Slate Blue #9A8FF8
Tints of Light Slate Blue #9A8FF8
RGB
CMYK
RGB Variations
Color information
#9A8FF8 (or 0x9A8FF8) is known color: Light Slate Blue. HEX triplet: 9A, 8F and F8. RGB value is (154,143,248). Sum of RGB (Red+Green+Blue) = 154+143+248=545 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.26% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #9A8FF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8FF8 is #657007. Grayscale: #9D9D9D. Windows color (decimal): -6647816 or 16289690. OLE color: 16289690.
HSL color Cylindrical-coordinate representation of color #9A8FF8: hue angle of 246.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A8FF8 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 154 | 143 | 248 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.03 |
| HSL | 246.29º | 0.88% | 0.77% | - |
| HSV(B) | 246.29º | 0.42% | 0.97% | - |
| XYZ | 40.09 | 33.29 | 93.12 | - |
| YUV | 158.26 | 178.64 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 143 | 248 | 0.38 | 0.42 | 0 | 0.03 | 246.29 | 0.88 | 0.77 |
| Hex | 9A | 8F | F8 | 26 | 2A | 0 | 3 | F6 | 58 | 4D |
| Octal | 232 | 217 | 370 | 46 | 52 | 0 | 3 | 366 | 130 | 115 |
| Binary | 10011010 | 10001111 | 11111000 | 100110 | 101010 | 0 | 11 | 11110110 | 1011000 | 1001101 |
Color Harmonies of #9A8FF8
Complementary color
Monochromatic Colors of #9A8FF8
Black with #9A8FF8
Text Example
Text Example
White with #9A8FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8FF8; }
p { color: rgb(154,143,248); }
H1.HeaderClassName
{
color: #9A8FF8;
}
.AnyTagClassName
{
color: #9A8FF8;
}
</style>
background-color css
<style>
a { background-color: #9A8FF8; }
a { background-color: rgb(154,143,248); }
div.DivClassName
{
background-color: #9A8FF8;
}
.BgClassName
{
background-color: #9A8FF8;
}
</style>
border-color css
<style>
span { border-color: #9A8FF8; }
span { border-color: rgb(154,143,248); }
td.TdClassName
{
border-color: #9A8FF8;
}
.TagClassName
{
border-color: #9A8FF8;
}
</style>