Shades of Slate Blue #7961CE
Tints of Slate Blue #7961CE
RGB
CMYK
RGB Variations
Color information
#7961CE (or 0x7961CE) is known color: Slate Blue. HEX triplet: 79, 61 and CE. RGB value is (121,97,206). Sum of RGB (Red+Green+Blue) = 121+97+206=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #7961CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7961CE is #869E31. Grayscale: #747474. Windows color (decimal): -8822322 or 13525369. OLE color: 13525369.
HSL color Cylindrical-coordinate representation of color #7961CE: hue angle of 253.21º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7961CE is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 97 | 206 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.19 |
| HSL | 253.21º | 0.53% | 0.59% | - |
| HSV(B) | 253.21º | 0.53% | 0.81% | - |
| XYZ | 23.3 | 17.07 | 60.46 | - |
| YUV | 116.6 | 178.45 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 97 | 206 | 0.41 | 0.53 | 0 | 0.19 | 253.21 | 0.53 | 0.59 |
| Hex | 79 | 61 | CE | 29 | 35 | 0 | 13 | FD | 35 | 3B |
| Octal | 171 | 141 | 316 | 51 | 65 | 0 | 23 | 375 | 65 | 73 |
| Binary | 1111001 | 1100001 | 11001110 | 101001 | 110101 | 0 | 10011 | 11111101 | 110101 | 111011 |
Color Harmonies of #7961CE
Complementary color
Monochromatic Colors of #7961CE
Black with #7961CE
Text Example
Text Example
White with #7961CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7961CE; }
p { color: rgb(121,97,206); }
H1.HeaderClassName
{
color: #7961CE;
}
.AnyTagClassName
{
color: #7961CE;
}
</style>
background-color css
<style>
a { background-color: #7961CE; }
a { background-color: rgb(121,97,206); }
div.DivClassName
{
background-color: #7961CE;
}
.BgClassName
{
background-color: #7961CE;
}
</style>
border-color css
<style>
span { border-color: #7961CE; }
span { border-color: rgb(121,97,206); }
td.TdClassName
{
border-color: #7961CE;
}
.TagClassName
{
border-color: #7961CE;
}
</style>