Shades of Slate Blue #7962D9
Tints of Slate Blue #7962D9
RGB
CMYK
RGB Variations
Color information
#7962D9 (or 0x7962D9) is known color: Slate Blue. HEX triplet: 79, 62 and D9. RGB value is (121,98,217). Sum of RGB (Red+Green+Blue) = 121+98+217=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #7962D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962D9 is #869D26. Grayscale: #757575. Windows color (decimal): -8822055 or 14246521. OLE color: 14246521.
HSL color Cylindrical-coordinate representation of color #7962D9: hue angle of 251.6º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7962D9 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 98 | 217 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.15 |
| HSL | 251.6º | 0.61% | 0.62% | - |
| HSV(B) | 251.6º | 0.55% | 0.85% | - |
| XYZ | 24.78 | 17.81 | 67.78 | - |
| YUV | 118.44 | 183.62 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 217 | 0.44 | 0.55 | 0 | 0.15 | 251.6 | 0.61 | 0.62 |
| Hex | 79 | 62 | D9 | 2C | 37 | 0 | F | FC | 3D | 3E |
| Octal | 171 | 142 | 331 | 54 | 67 | 0 | 17 | 374 | 75 | 76 |
| Binary | 1111001 | 1100010 | 11011001 | 101100 | 110111 | 0 | 1111 | 11111100 | 111101 | 111110 |
Color Harmonies of #7962D9
Complementary color
Monochromatic Colors of #7962D9
Black with #7962D9
Text Example
Text Example
White with #7962D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7962D9; }
p { color: rgb(121,98,217); }
H1.HeaderClassName
{
color: #7962D9;
}
.AnyTagClassName
{
color: #7962D9;
}
</style>
background-color css
<style>
a { background-color: #7962D9; }
a { background-color: rgb(121,98,217); }
div.DivClassName
{
background-color: #7962D9;
}
.BgClassName
{
background-color: #7962D9;
}
</style>
border-color css
<style>
span { border-color: #7962D9; }
span { border-color: rgb(121,98,217); }
td.TdClassName
{
border-color: #7962D9;
}
.TagClassName
{
border-color: #7962D9;
}
</style>