Shades of Light Slate Blue #9C8FFC
Tints of Light Slate Blue #9C8FFC
RGB
CMYK
RGB Variations
Color information
#9C8FFC (or 0x9C8FFC) is known color: Light Slate Blue. HEX triplet: 9C, 8F and FC. RGB value is (156,143,252). Sum of RGB (Red+Green+Blue) = 156+143+252=551 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.31% from 551); Green value is 143 (56.25% from 255 or 25.95% 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 #9C8FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8FFC is #637003. Grayscale: #9E9E9E. Windows color (decimal): -6516740 or 16551836. OLE color: 16551836.
HSL color Cylindrical-coordinate representation of color #9C8FFC: hue angle of 247.16º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C8FFC is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 143 | 252 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.01 |
| HSL | 247.16º | 0.95% | 0.77% | - |
| HSV(B) | 247.16º | 0.43% | 0.99% | - |
| XYZ | 41.1 | 33.74 | 96.44 | - |
| YUV | 159.31 | 180.31 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 143 | 252 | 0.38 | 0.43 | 0 | 0.01 | 247.16 | 0.95 | 0.77 |
| Hex | 9C | 8F | FC | 26 | 2B | 0 | 1 | F7 | 5F | 4D |
| Octal | 234 | 217 | 374 | 46 | 53 | 0 | 1 | 367 | 137 | 115 |
| Binary | 10011100 | 10001111 | 11111100 | 100110 | 101011 | 0 | 1 | 11110111 | 1011111 | 1001101 |
Color Harmonies of #9C8FFC
Complementary color
Monochromatic Colors of #9C8FFC
Black with #9C8FFC
Text Example
Text Example
White with #9C8FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8FFC; }
p { color: rgb(156,143,252); }
H1.HeaderClassName
{
color: #9C8FFC;
}
.AnyTagClassName
{
color: #9C8FFC;
}
</style>
background-color css
<style>
a { background-color: #9C8FFC; }
a { background-color: rgb(156,143,252); }
div.DivClassName
{
background-color: #9C8FFC;
}
.BgClassName
{
background-color: #9C8FFC;
}
</style>
border-color css
<style>
span { border-color: #9C8FFC; }
span { border-color: rgb(156,143,252); }
td.TdClassName
{
border-color: #9C8FFC;
}
.TagClassName
{
border-color: #9C8FFC;
}
</style>