Shades of Light Slate Blue #9C8CFC
Tints of Light Slate Blue #9C8CFC
RGB
CMYK
RGB Variations
Color information
#9C8CFC (or 0x9C8CFC) is known color: Light Slate Blue. HEX triplet: 9C, 8C and FC. RGB value is (156,140,252). Sum of RGB (Red+Green+Blue) = 156+140+252=548 (72% of max value = 765). Red value is 156 (61.33% from 255 or 28.47% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C8CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C8CFC is #637303. Grayscale: #9D9D9D. Windows color (decimal): -6517508 or 16551068. OLE color: 16551068.
HSL color Cylindrical-coordinate representation of color #9C8CFC: hue angle of 248.57º 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 #9C8CFC is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 140 | 252 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.01 |
| HSL | 248.57º | 0.95% | 0.77% | - |
| HSV(B) | 248.57º | 0.44% | 0.99% | - |
| XYZ | 40.66 | 32.85 | 96.29 | - |
| YUV | 157.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 140 | 252 | 0.38 | 0.44 | 0 | 0.01 | 248.57 | 0.95 | 0.77 |
| Hex | 9C | 8C | FC | 26 | 2C | 0 | 1 | F9 | 5F | 4D |
| Octal | 234 | 214 | 374 | 46 | 54 | 0 | 1 | 371 | 137 | 115 |
| Binary | 10011100 | 10001100 | 11111100 | 100110 | 101100 | 0 | 1 | 11111001 | 1011111 | 1001101 |
Color Harmonies of #9C8CFC
Complementary color
Monochromatic Colors of #9C8CFC
Black with #9C8CFC
Text Example
Text Example
White with #9C8CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8CFC; }
p { color: rgb(156,140,252); }
H1.HeaderClassName
{
color: #9C8CFC;
}
.AnyTagClassName
{
color: #9C8CFC;
}
</style>
background-color css
<style>
a { background-color: #9C8CFC; }
a { background-color: rgb(156,140,252); }
div.DivClassName
{
background-color: #9C8CFC;
}
.BgClassName
{
background-color: #9C8CFC;
}
</style>
border-color css
<style>
span { border-color: #9C8CFC; }
span { border-color: rgb(156,140,252); }
td.TdClassName
{
border-color: #9C8CFC;
}
.TagClassName
{
border-color: #9C8CFC;
}
</style>