Shades of Slate Blue #7062CF
Tints of Slate Blue #7062CF
RGB
CMYK
RGB Variations
Color information
#7062CF (or 0x7062CF) is known color: Slate Blue. HEX triplet: 70, 62 and CF. RGB value is (112,98,207). Sum of RGB (Red+Green+Blue) = 112+98+207=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #7062CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062CF is #8F9D30. Grayscale: #727272. Windows color (decimal): -9411889 or 13591152. OLE color: 13591152.
HSL color Cylindrical-coordinate representation of color #7062CF: hue angle of 247.71º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7062CF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 98 | 207 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.19 |
| HSL | 247.71º | 0.53% | 0.6% | - |
| HSV(B) | 247.71º | 0.53% | 0.81% | - |
| XYZ | 22.31 | 16.69 | 61.08 | - |
| YUV | 114.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 207 | 0.46 | 0.53 | 0 | 0.19 | 247.71 | 0.53 | 0.6 |
| Hex | 70 | 62 | CF | 2E | 35 | 0 | 13 | F8 | 35 | 3C |
| Octal | 160 | 142 | 317 | 56 | 65 | 0 | 23 | 370 | 65 | 74 |
| Binary | 1110000 | 1100010 | 11001111 | 101110 | 110101 | 0 | 10011 | 11111000 | 110101 | 111100 |
Color Harmonies of #7062CF
Complementary color
Monochromatic Colors of #7062CF
Black with #7062CF
Text Example
Text Example
White with #7062CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062CF; }
p { color: rgb(112,98,207); }
H1.HeaderClassName
{
color: #7062CF;
}
.AnyTagClassName
{
color: #7062CF;
}
</style>
background-color css
<style>
a { background-color: #7062CF; }
a { background-color: rgb(112,98,207); }
div.DivClassName
{
background-color: #7062CF;
}
.BgClassName
{
background-color: #7062CF;
}
</style>
border-color css
<style>
span { border-color: #7062CF; }
span { border-color: rgb(112,98,207); }
td.TdClassName
{
border-color: #7062CF;
}
.TagClassName
{
border-color: #7062CF;
}
</style>