Shades of Slate Blue #7959CF
Tints of Slate Blue #7959CF
RGB
CMYK
RGB Variations
Color information
#7959CF (or 0x7959CF) is known color: Slate Blue. HEX triplet: 79, 59 and CF. RGB value is (121,89,207). Sum of RGB (Red+Green+Blue) = 121+89+207=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #7959CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959CF is #86A630. Grayscale: #6F6F6F. Windows color (decimal): -8824369 or 13588857. OLE color: 13588857.
HSL color Cylindrical-coordinate representation of color #7959CF: hue angle of 256.27º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7959CF is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 89 | 207 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.19 |
| HSL | 256.27º | 0.55% | 0.58% | - |
| HSV(B) | 256.27º | 0.57% | 0.81% | - |
| XYZ | 22.72 | 15.71 | 60.87 | - |
| YUV | 112.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 207 | 0.42 | 0.57 | 0 | 0.19 | 256.27 | 0.55 | 0.58 |
| Hex | 79 | 59 | CF | 2A | 39 | 0 | 13 | 100 | 37 | 3A |
| Octal | 171 | 131 | 317 | 52 | 71 | 0 | 23 | 400 | 67 | 72 |
| Binary | 1111001 | 1011001 | 11001111 | 101010 | 111001 | 0 | 10011 | 100000000 | 110111 | 111010 |
Color Harmonies of #7959CF
Complementary color
Monochromatic Colors of #7959CF
Black with #7959CF
Text Example
Text Example
White with #7959CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7959CF; }
p { color: rgb(121,89,207); }
H1.HeaderClassName
{
color: #7959CF;
}
.AnyTagClassName
{
color: #7959CF;
}
</style>
background-color css
<style>
a { background-color: #7959CF; }
a { background-color: rgb(121,89,207); }
div.DivClassName
{
background-color: #7959CF;
}
.BgClassName
{
background-color: #7959CF;
}
</style>
border-color css
<style>
span { border-color: #7959CF; }
span { border-color: rgb(121,89,207); }
td.TdClassName
{
border-color: #7959CF;
}
.TagClassName
{
border-color: #7959CF;
}
</style>