Shades of Light Slate Blue #9A8DFC
Tints of Light Slate Blue #9A8DFC
RGB
CMYK
RGB Variations
Color information
#9A8DFC (or 0x9A8DFC) is known color: Light Slate Blue. HEX triplet: 9A, 8D and FC. RGB value is (154,141,252). Sum of RGB (Red+Green+Blue) = 154+141+252=547 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.15% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A8DFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8DFC is #657203. Grayscale: #9D9D9D. Windows color (decimal): -6648324 or 16551322. OLE color: 16551322.
HSL color Cylindrical-coordinate representation of color #9A8DFC: hue angle of 247.03º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9A8DFC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 141 | 252 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.01 |
| HSL | 247.03º | 0.95% | 0.77% | - |
| HSV(B) | 247.03º | 0.44% | 0.99% | - |
| XYZ | 40.42 | 32.95 | 96.32 | - |
| YUV | 157.54 | 181.31 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 141 | 252 | 0.39 | 0.44 | 0 | 0.01 | 247.03 | 0.95 | 0.77 |
| Hex | 9A | 8D | FC | 27 | 2C | 0 | 1 | F7 | 5F | 4D |
| Octal | 232 | 215 | 374 | 47 | 54 | 0 | 1 | 367 | 137 | 115 |
| Binary | 10011010 | 10001101 | 11111100 | 100111 | 101100 | 0 | 1 | 11110111 | 1011111 | 1001101 |
Color Harmonies of #9A8DFC
Complementary color
Monochromatic Colors of #9A8DFC
Black with #9A8DFC
Text Example
Text Example
White with #9A8DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8DFC; }
p { color: rgb(154,141,252); }
H1.HeaderClassName
{
color: #9A8DFC;
}
.AnyTagClassName
{
color: #9A8DFC;
}
</style>
background-color css
<style>
a { background-color: #9A8DFC; }
a { background-color: rgb(154,141,252); }
div.DivClassName
{
background-color: #9A8DFC;
}
.BgClassName
{
background-color: #9A8DFC;
}
</style>
border-color css
<style>
span { border-color: #9A8DFC; }
span { border-color: rgb(154,141,252); }
td.TdClassName
{
border-color: #9A8DFC;
}
.TagClassName
{
border-color: #9A8DFC;
}
</style>