Shades of Slate Blue #7A62D9
Tints of Slate Blue #7A62D9
RGB
CMYK
RGB Variations
Color information
#7A62D9 (or 0x7A62D9) is known color: Slate Blue. HEX triplet: 7A, 62 and D9. RGB value is (122,98,217). Sum of RGB (Red+Green+Blue) = 122+98+217=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #7A62D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62D9 is #859D26. Grayscale: #767676. Windows color (decimal): -8756519 or 14246522. OLE color: 14246522.
HSL color Cylindrical-coordinate representation of color #7A62D9: hue angle of 252.1º 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 #7A62D9 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 98 | 217 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.15 |
| HSL | 252.1º | 0.61% | 0.62% | - |
| HSV(B) | 252.1º | 0.55% | 0.85% | - |
| XYZ | 24.92 | 17.88 | 67.78 | - |
| YUV | 118.74 | 183.45 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 217 | 0.44 | 0.55 | 0 | 0.15 | 252.1 | 0.61 | 0.62 |
| Hex | 7A | 62 | D9 | 2C | 37 | 0 | F | FC | 3D | 3E |
| Octal | 172 | 142 | 331 | 54 | 67 | 0 | 17 | 374 | 75 | 76 |
| Binary | 1111010 | 1100010 | 11011001 | 101100 | 110111 | 0 | 1111 | 11111100 | 111101 | 111110 |
Color Harmonies of #7A62D9
Complementary color
Monochromatic Colors of #7A62D9
Black with #7A62D9
Text Example
Text Example
White with #7A62D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62D9; }
p { color: rgb(122,98,217); }
H1.HeaderClassName
{
color: #7A62D9;
}
.AnyTagClassName
{
color: #7A62D9;
}
</style>
background-color css
<style>
a { background-color: #7A62D9; }
a { background-color: rgb(122,98,217); }
div.DivClassName
{
background-color: #7A62D9;
}
.BgClassName
{
background-color: #7A62D9;
}
</style>
border-color css
<style>
span { border-color: #7A62D9; }
span { border-color: rgb(122,98,217); }
td.TdClassName
{
border-color: #7A62D9;
}
.TagClassName
{
border-color: #7A62D9;
}
</style>