Shades of Light Slate Blue #9C73FC
Tints of Light Slate Blue #9C73FC
RGB
CMYK
RGB Variations
Color information
#9C73FC (or 0x9C73FC) is known color: Light Slate Blue. HEX triplet: 9C, 73 and FC. RGB value is (156,115,252). Sum of RGB (Red+Green+Blue) = 156+115+252=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #9C73FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C73FC is #638C03. Grayscale: #8E8E8E. Windows color (decimal): -6523908 or 16544668. OLE color: 16544668.
HSL color Cylindrical-coordinate representation of color #9C73FC: hue angle of 257.96º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C73FC is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 115 | 252 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.01 |
| HSL | 257.96º | 0.96% | 0.72% | - |
| HSV(B) | 257.96º | 0.54% | 0.99% | - |
| XYZ | 37.41 | 26.36 | 95.21 | - |
| YUV | 142.88 | 189.58 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 252 | 0.38 | 0.54 | 0 | 0.01 | 257.96 | 0.96 | 0.72 |
| Hex | 9C | 73 | FC | 26 | 36 | 0 | 1 | 102 | 60 | 48 |
| Octal | 234 | 163 | 374 | 46 | 66 | 0 | 1 | 402 | 140 | 110 |
| Binary | 10011100 | 1110011 | 11111100 | 100110 | 110110 | 0 | 1 | 100000010 | 1100000 | 1001000 |
Color Harmonies of #9C73FC
Complementary color
Monochromatic Colors of #9C73FC
Black with #9C73FC
Text Example
Text Example
White with #9C73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73FC; }
p { color: rgb(156,115,252); }
H1.HeaderClassName
{
color: #9C73FC;
}
.AnyTagClassName
{
color: #9C73FC;
}
</style>
background-color css
<style>
a { background-color: #9C73FC; }
a { background-color: rgb(156,115,252); }
div.DivClassName
{
background-color: #9C73FC;
}
.BgClassName
{
background-color: #9C73FC;
}
</style>
border-color css
<style>
span { border-color: #9C73FC; }
span { border-color: rgb(156,115,252); }
td.TdClassName
{
border-color: #9C73FC;
}
.TagClassName
{
border-color: #9C73FC;
}
</style>