Shades of Light Slate Blue #9A8CFC
Tints of Light Slate Blue #9A8CFC
RGB
CMYK
RGB Variations
Color information
#9A8CFC (or 0x9A8CFC) is known color: Light Slate Blue. HEX triplet: 9A, 8C and FC. RGB value is (154,140,252). Sum of RGB (Red+Green+Blue) = 154+140+252=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #9A8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9A8CFC is #657303. Grayscale: #9C9C9C. Windows color (decimal): -6648580 or 16551066. OLE color: 16551066.
HSL color Cylindrical-coordinate representation of color #9A8CFC: hue angle of 247.5º 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 #9A8CFC is Cyan = 0.39, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 154 | 140 | 252 | - |
| CMYK | 0.39 | 0.44 | 0 | 0.01 |
| HSL | 247.5º | 0.95% | 0.77% | - |
| HSV(B) | 247.5º | 0.44% | 0.99% | - |
| XYZ | 40.28 | 32.65 | 96.28 | - |
| YUV | 156.95 | 181.64 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 140 | 252 | 0.39 | 0.44 | 0 | 0.01 | 247.5 | 0.95 | 0.77 |
| Hex | 9A | 8C | FC | 27 | 2C | 0 | 1 | F8 | 5F | 4D |
| Octal | 232 | 214 | 374 | 47 | 54 | 0 | 1 | 370 | 137 | 115 |
| Binary | 10011010 | 10001100 | 11111100 | 100111 | 101100 | 0 | 1 | 11111000 | 1011111 | 1001101 |
Color Harmonies of #9A8CFC
Complementary color
Monochromatic Colors of #9A8CFC
Black with #9A8CFC
Text Example
Text Example
White with #9A8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8CFC; }
p { color: rgb(154,140,252); }
H1.HeaderClassName
{
color: #9A8CFC;
}
.AnyTagClassName
{
color: #9A8CFC;
}
</style>
background-color css
<style>
a { background-color: #9A8CFC; }
a { background-color: rgb(154,140,252); }
div.DivClassName
{
background-color: #9A8CFC;
}
.BgClassName
{
background-color: #9A8CFC;
}
</style>
border-color css
<style>
span { border-color: #9A8CFC; }
span { border-color: rgb(154,140,252); }
td.TdClassName
{
border-color: #9A8CFC;
}
.TagClassName
{
border-color: #9A8CFC;
}
</style>