Shades of Slate Blue #7A62C4
Tints of Slate Blue #7A62C4
RGB
CMYK
RGB Variations
Color information
#7A62C4 (or 0x7A62C4) is known color: Slate Blue. HEX triplet: 7A, 62 and C4. RGB value is (122,98,196). Sum of RGB (Red+Green+Blue) = 122+98+196=416 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.33% from 416); Green value is 98 (38.67% from 255 or 23.56% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A62C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A62C4 is #859D3B. Grayscale: #737373. Windows color (decimal): -8756540 or 12870266. OLE color: 12870266.
HSL color Cylindrical-coordinate representation of color #7A62C4: hue angle of 254.69º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A62C4 is Cyan = 0.38, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 98 | 196 | - |
| CMYK | 0.38 | 0.5 | 0 | 0.23 |
| HSL | 254.69º | 0.45% | 0.58% | - |
| HSV(B) | 254.69º | 0.5% | 0.77% | - |
| XYZ | 22.36 | 16.86 | 54.3 | - |
| YUV | 116.35 | 172.95 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 196 | 0.38 | 0.5 | 0 | 0.23 | 254.69 | 0.45 | 0.58 |
| Hex | 7A | 62 | C4 | 26 | 32 | 0 | 17 | FF | 2D | 3A |
| Octal | 172 | 142 | 304 | 46 | 62 | 0 | 27 | 377 | 55 | 72 |
| Binary | 1111010 | 1100010 | 11000100 | 100110 | 110010 | 0 | 10111 | 11111111 | 101101 | 111010 |
Color Harmonies of #7A62C4
Complementary color
Monochromatic Colors of #7A62C4
Black with #7A62C4
Text Example
Text Example
White with #7A62C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62C4; }
p { color: rgb(122,98,196); }
H1.HeaderClassName
{
color: #7A62C4;
}
.AnyTagClassName
{
color: #7A62C4;
}
</style>
background-color css
<style>
a { background-color: #7A62C4; }
a { background-color: rgb(122,98,196); }
div.DivClassName
{
background-color: #7A62C4;
}
.BgClassName
{
background-color: #7A62C4;
}
</style>
border-color css
<style>
span { border-color: #7A62C4; }
span { border-color: rgb(122,98,196); }
td.TdClassName
{
border-color: #7A62C4;
}
.TagClassName
{
border-color: #7A62C4;
}
</style>