Shades of Light Slate Blue #9C73F9
Tints of Light Slate Blue #9C73F9
RGB
CMYK
RGB Variations
Color information
#9C73F9 (or 0x9C73F9) is known color: Light Slate Blue. HEX triplet: 9C, 73 and F9. RGB value is (156,115,249). Sum of RGB (Red+Green+Blue) = 156+115+249=520 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C73F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C73F9 is #638C06. Grayscale: #8E8E8E. Windows color (decimal): -6523911 or 16348060. OLE color: 16348060.
HSL color Cylindrical-coordinate representation of color #9C73F9: hue angle of 258.36º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C73F9 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 115 | 249 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.02 |
| HSL | 258.36º | 0.92% | 0.71% | - |
| HSV(B) | 258.36º | 0.54% | 0.98% | - |
| XYZ | 36.94 | 26.17 | 92.73 | - |
| YUV | 142.54 | 188.08 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 249 | 0.37 | 0.54 | 0 | 0.02 | 258.36 | 0.92 | 0.71 |
| Hex | 9C | 73 | F9 | 25 | 36 | 0 | 2 | 102 | 5C | 47 |
| Octal | 234 | 163 | 371 | 45 | 66 | 0 | 2 | 402 | 134 | 107 |
| Binary | 10011100 | 1110011 | 11111001 | 100101 | 110110 | 0 | 10 | 100000010 | 1011100 | 1000111 |
Color Harmonies of #9C73F9
Complementary color
Monochromatic Colors of #9C73F9
Black with #9C73F9
Text Example
Text Example
White with #9C73F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73F9; }
p { color: rgb(156,115,249); }
H1.HeaderClassName
{
color: #9C73F9;
}
.AnyTagClassName
{
color: #9C73F9;
}
</style>
background-color css
<style>
a { background-color: #9C73F9; }
a { background-color: rgb(156,115,249); }
div.DivClassName
{
background-color: #9C73F9;
}
.BgClassName
{
background-color: #9C73F9;
}
</style>
border-color css
<style>
span { border-color: #9C73F9; }
span { border-color: rgb(156,115,249); }
td.TdClassName
{
border-color: #9C73F9;
}
.TagClassName
{
border-color: #9C73F9;
}
</style>