Shades of Slate Blue #7A62D1
Tints of Slate Blue #7A62D1
RGB
CMYK
RGB Variations
Color information
#7A62D1 (or 0x7A62D1) is known color: Slate Blue. HEX triplet: 7A, 62 and D1. RGB value is (122,98,209). Sum of RGB (Red+Green+Blue) = 122+98+209=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 209 (82.03% from 255 or 48.72% from 429); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A62D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62D1 is #859D2E. Grayscale: #757575. Windows color (decimal): -8756527 or 13722234. OLE color: 13722234.
HSL color Cylindrical-coordinate representation of color #7A62D1: hue angle of 252.97º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A62D1 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 98 | 209 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.18 |
| HSL | 252.97º | 0.55% | 0.6% | - |
| HSV(B) | 252.97º | 0.53% | 0.82% | - |
| XYZ | 23.9 | 17.48 | 62.44 | - |
| YUV | 117.83 | 179.45 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 209 | 0.42 | 0.53 | 0 | 0.18 | 252.97 | 0.55 | 0.6 |
| Hex | 7A | 62 | D1 | 2A | 35 | 0 | 12 | FD | 37 | 3C |
| Octal | 172 | 142 | 321 | 52 | 65 | 0 | 22 | 375 | 67 | 74 |
| Binary | 1111010 | 1100010 | 11010001 | 101010 | 110101 | 0 | 10010 | 11111101 | 110111 | 111100 |
Color Harmonies of #7A62D1
Complementary color
Monochromatic Colors of #7A62D1
Black with #7A62D1
Text Example
Text Example
White with #7A62D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62D1; }
p { color: rgb(122,98,209); }
H1.HeaderClassName
{
color: #7A62D1;
}
.AnyTagClassName
{
color: #7A62D1;
}
</style>
background-color css
<style>
a { background-color: #7A62D1; }
a { background-color: rgb(122,98,209); }
div.DivClassName
{
background-color: #7A62D1;
}
.BgClassName
{
background-color: #7A62D1;
}
</style>
border-color css
<style>
span { border-color: #7A62D1; }
span { border-color: rgb(122,98,209); }
td.TdClassName
{
border-color: #7A62D1;
}
.TagClassName
{
border-color: #7A62D1;
}
</style>