Shades of Light Slate Blue #9C73F7
Tints of Light Slate Blue #9C73F7
RGB
CMYK
RGB Variations
Color information
#9C73F7 (or 0x9C73F7) is known color: Light Slate Blue. HEX triplet: 9C, 73 and F7. RGB value is (156,115,247). Sum of RGB (Red+Green+Blue) = 156+115+247=518 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.12% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #9C73F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C73F7 is #638C08. Grayscale: #8D8D8D. Windows color (decimal): -6523913 or 16216988. OLE color: 16216988.
HSL color Cylindrical-coordinate representation of color #9C73F7: hue angle of 258.64º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C73F7 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 156 | 115 | 247 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.03 |
| HSL | 258.64º | 0.89% | 0.71% | - |
| HSV(B) | 258.64º | 0.53% | 0.97% | - |
| XYZ | 36.63 | 26.04 | 91.09 | - |
| YUV | 142.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 115 | 247 | 0.37 | 0.53 | 0 | 0.03 | 258.64 | 0.89 | 0.71 |
| Hex | 9C | 73 | F7 | 25 | 35 | 0 | 3 | 103 | 59 | 47 |
| Octal | 234 | 163 | 367 | 45 | 65 | 0 | 3 | 403 | 131 | 107 |
| Binary | 10011100 | 1110011 | 11110111 | 100101 | 110101 | 0 | 11 | 100000011 | 1011001 | 1000111 |
Color Harmonies of #9C73F7
Complementary color
Monochromatic Colors of #9C73F7
Black with #9C73F7
Text Example
Text Example
White with #9C73F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C73F7; }
p { color: rgb(156,115,247); }
H1.HeaderClassName
{
color: #9C73F7;
}
.AnyTagClassName
{
color: #9C73F7;
}
</style>
background-color css
<style>
a { background-color: #9C73F7; }
a { background-color: rgb(156,115,247); }
div.DivClassName
{
background-color: #9C73F7;
}
.BgClassName
{
background-color: #9C73F7;
}
</style>
border-color css
<style>
span { border-color: #9C73F7; }
span { border-color: rgb(156,115,247); }
td.TdClassName
{
border-color: #9C73F7;
}
.TagClassName
{
border-color: #9C73F7;
}
</style>