Shades of Light Slate Blue #9F8CFC
Tints of Light Slate Blue #9F8CFC
RGB
CMYK
RGB Variations
Color information
#9F8CFC (or 0x9F8CFC) is known color: Light Slate Blue. HEX triplet: 9F, 8C and FC. RGB value is (159,140,252). Sum of RGB (Red+Green+Blue) = 159+140+252=551 (72% of max value = 765). Red value is 159 (62.5% from 255 or 28.86% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #9F8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9F8CFC is #607303. Grayscale: #9E9E9E. Windows color (decimal): -6320900 or 16551071. OLE color: 16551071.
HSL color Cylindrical-coordinate representation of color #9F8CFC: hue angle of 250.18º 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 #9F8CFC is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 140 | 252 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.01 |
| HSL | 250.18º | 0.95% | 0.77% | - |
| HSV(B) | 250.18º | 0.44% | 0.99% | - |
| XYZ | 41.25 | 33.16 | 96.32 | - |
| YUV | 158.45 | 180.79 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 140 | 252 | 0.37 | 0.44 | 0 | 0.01 | 250.18 | 0.95 | 0.77 |
| Hex | 9F | 8C | FC | 25 | 2C | 0 | 1 | FA | 5F | 4D |
| Octal | 237 | 214 | 374 | 45 | 54 | 0 | 1 | 372 | 137 | 115 |
| Binary | 10011111 | 10001100 | 11111100 | 100101 | 101100 | 0 | 1 | 11111010 | 1011111 | 1001101 |
Color Harmonies of #9F8CFC
Complementary color
Monochromatic Colors of #9F8CFC
Black with #9F8CFC
Text Example
Text Example
White with #9F8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8CFC; }
p { color: rgb(159,140,252); }
H1.HeaderClassName
{
color: #9F8CFC;
}
.AnyTagClassName
{
color: #9F8CFC;
}
</style>
background-color css
<style>
a { background-color: #9F8CFC; }
a { background-color: rgb(159,140,252); }
div.DivClassName
{
background-color: #9F8CFC;
}
.BgClassName
{
background-color: #9F8CFC;
}
</style>
border-color css
<style>
span { border-color: #9F8CFC; }
span { border-color: rgb(159,140,252); }
td.TdClassName
{
border-color: #9F8CFC;
}
.TagClassName
{
border-color: #9F8CFC;
}
</style>