Shades of Slate Blue #7959CE
Tints of Slate Blue #7959CE
RGB
CMYK
RGB Variations
Color information
#7959CE (or 0x7959CE) is known color: Slate Blue. HEX triplet: 79, 59 and CE. RGB value is (121,89,206). Sum of RGB (Red+Green+Blue) = 121+89+206=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7959CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7959CE is #86A631. Grayscale: #6F6F6F. Windows color (decimal): -8824370 or 13523321. OLE color: 13523321.
HSL color Cylindrical-coordinate representation of color #7959CE: hue angle of 256.41º degrees, saturation: 0.54, 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 #7959CE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 89 | 206 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.19 |
| HSL | 256.41º | 0.54% | 0.58% | - |
| HSV(B) | 256.41º | 0.57% | 0.81% | - |
| XYZ | 22.6 | 15.67 | 60.23 | - |
| YUV | 111.91 | 181.1 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 89 | 206 | 0.41 | 0.57 | 0 | 0.19 | 256.41 | 0.54 | 0.58 |
| Hex | 79 | 59 | CE | 29 | 39 | 0 | 13 | 100 | 36 | 3A |
| Octal | 171 | 131 | 316 | 51 | 71 | 0 | 23 | 400 | 66 | 72 |
| Binary | 1111001 | 1011001 | 11001110 | 101001 | 111001 | 0 | 10011 | 100000000 | 110110 | 111010 |
Color Harmonies of #7959CE
Complementary color
Monochromatic Colors of #7959CE
Black with #7959CE
Text Example
Text Example
White with #7959CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7959CE; }
p { color: rgb(121,89,206); }
H1.HeaderClassName
{
color: #7959CE;
}
.AnyTagClassName
{
color: #7959CE;
}
</style>
background-color css
<style>
a { background-color: #7959CE; }
a { background-color: rgb(121,89,206); }
div.DivClassName
{
background-color: #7959CE;
}
.BgClassName
{
background-color: #7959CE;
}
</style>
border-color css
<style>
span { border-color: #7959CE; }
span { border-color: rgb(121,89,206); }
td.TdClassName
{
border-color: #7959CE;
}
.TagClassName
{
border-color: #7959CE;
}
</style>