Shades of Light Slate Blue #9C76F9
Tints of Light Slate Blue #9C76F9
RGB
CMYK
RGB Variations
Color information
#9C76F9 (or 0x9C76F9) is known color: Light Slate Blue. HEX triplet: 9C, 76 and F9. RGB value is (156,118,249). Sum of RGB (Red+Green+Blue) = 156+118+249=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #9C76F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C76F9 is #638906. Grayscale: #8F8F8F. Windows color (decimal): -6523143 or 16348828. OLE color: 16348828.
HSL color Cylindrical-coordinate representation of color #9C76F9: hue angle of 257.4º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C76F9 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 156 | 118 | 249 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.02 |
| HSL | 257.4º | 0.92% | 0.72% | - |
| HSV(B) | 257.4º | 0.53% | 0.98% | - |
| XYZ | 37.29 | 26.86 | 92.84 | - |
| YUV | 144.3 | 187.09 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 249 | 0.37 | 0.53 | 0 | 0.02 | 257.4 | 0.92 | 0.72 |
| Hex | 9C | 76 | F9 | 25 | 35 | 0 | 2 | 101 | 5C | 48 |
| Octal | 234 | 166 | 371 | 45 | 65 | 0 | 2 | 401 | 134 | 110 |
| Binary | 10011100 | 1110110 | 11111001 | 100101 | 110101 | 0 | 10 | 100000001 | 1011100 | 1001000 |
Color Harmonies of #9C76F9
Complementary color
Monochromatic Colors of #9C76F9
Black with #9C76F9
Text Example
Text Example
White with #9C76F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C76F9; }
p { color: rgb(156,118,249); }
H1.HeaderClassName
{
color: #9C76F9;
}
.AnyTagClassName
{
color: #9C76F9;
}
</style>
background-color css
<style>
a { background-color: #9C76F9; }
a { background-color: rgb(156,118,249); }
div.DivClassName
{
background-color: #9C76F9;
}
.BgClassName
{
background-color: #9C76F9;
}
</style>
border-color css
<style>
span { border-color: #9C76F9; }
span { border-color: rgb(156,118,249); }
td.TdClassName
{
border-color: #9C76F9;
}
.TagClassName
{
border-color: #9C76F9;
}
</style>