Shades of Slate Blue #7960C5
Tints of Slate Blue #7960C5
RGB
CMYK
RGB Variations
Color information
#7960C5 (or 0x7960C5) is known color: Slate Blue. HEX triplet: 79, 60 and C5. RGB value is (121,96,197). Sum of RGB (Red+Green+Blue) = 121+96+197=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 197 (77.34% from 255 or 47.58% from 414); Max value from RGB is 197 - color contains mainly: blue. Hex color #7960C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7960C5 is #869F3A. Grayscale: #727272. Windows color (decimal): -8822587 or 12935289. OLE color: 12935289.
HSL color Cylindrical-coordinate representation of color #7960C5: hue angle of 254.85º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7960C5 is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 121 | 96 | 197 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.23 |
| HSL | 254.85º | 0.47% | 0.57% | - |
| HSV(B) | 254.85º | 0.51% | 0.77% | - |
| XYZ | 22.15 | 16.46 | 54.83 | - |
| YUV | 114.99 | 174.28 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 96 | 197 | 0.39 | 0.51 | 0 | 0.23 | 254.85 | 0.47 | 0.57 |
| Hex | 79 | 60 | C5 | 27 | 33 | 0 | 17 | FF | 2F | 39 |
| Octal | 171 | 140 | 305 | 47 | 63 | 0 | 27 | 377 | 57 | 71 |
| Binary | 1111001 | 1100000 | 11000101 | 100111 | 110011 | 0 | 10111 | 11111111 | 101111 | 111001 |
Color Harmonies of #7960C5
Complementary color
Monochromatic Colors of #7960C5
Black with #7960C5
Text Example
Text Example
White with #7960C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7960C5; }
p { color: rgb(121,96,197); }
H1.HeaderClassName
{
color: #7960C5;
}
.AnyTagClassName
{
color: #7960C5;
}
</style>
background-color css
<style>
a { background-color: #7960C5; }
a { background-color: rgb(121,96,197); }
div.DivClassName
{
background-color: #7960C5;
}
.BgClassName
{
background-color: #7960C5;
}
</style>
border-color css
<style>
span { border-color: #7960C5; }
span { border-color: rgb(121,96,197); }
td.TdClassName
{
border-color: #7960C5;
}
.TagClassName
{
border-color: #7960C5;
}
</style>