Shades of Slate Blue #7962CA
Tints of Slate Blue #7962CA
RGB
CMYK
RGB Variations
Color information
#7962CA (or 0x7962CA) is known color: Slate Blue. HEX triplet: 79, 62 and CA. RGB value is (121,98,202). Sum of RGB (Red+Green+Blue) = 121+98+202=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7962CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7962CA is #869D35. Grayscale: #747474. Windows color (decimal): -8822070 or 13263481. OLE color: 13263481.
HSL color Cylindrical-coordinate representation of color #7962CA: hue angle of 253.27º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7962CA is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 98 | 202 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.21 |
| HSL | 253.27º | 0.5% | 0.59% | - |
| HSV(B) | 253.27º | 0.51% | 0.79% | - |
| XYZ | 22.91 | 17.06 | 57.96 | - |
| YUV | 116.73 | 176.12 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 98 | 202 | 0.40 | 0.51 | 0 | 0.21 | 253.27 | 0.5 | 0.59 |
| Hex | 79 | 62 | CA | 28 | 33 | 0 | 15 | FD | 32 | 3B |
| Octal | 171 | 142 | 312 | 50 | 63 | 0 | 25 | 375 | 62 | 73 |
| Binary | 1111001 | 1100010 | 11001010 | 101000 | 110011 | 0 | 10101 | 11111101 | 110010 | 111011 |
Color Harmonies of #7962CA
Complementary color
Monochromatic Colors of #7962CA
Black with #7962CA
Text Example
Text Example
White with #7962CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7962CA; }
p { color: rgb(121,98,202); }
H1.HeaderClassName
{
color: #7962CA;
}
.AnyTagClassName
{
color: #7962CA;
}
</style>
background-color css
<style>
a { background-color: #7962CA; }
a { background-color: rgb(121,98,202); }
div.DivClassName
{
background-color: #7962CA;
}
.BgClassName
{
background-color: #7962CA;
}
</style>
border-color css
<style>
span { border-color: #7962CA; }
span { border-color: rgb(121,98,202); }
td.TdClassName
{
border-color: #7962CA;
}
.TagClassName
{
border-color: #7962CA;
}
</style>