Shades of Slate Blue #7062CC
Tints of Slate Blue #7062CC
RGB
CMYK
RGB Variations
Color information
#7062CC (or 0x7062CC) is known color: Slate Blue. HEX triplet: 70, 62 and CC. RGB value is (112,98,204). Sum of RGB (Red+Green+Blue) = 112+98+204=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 98 (38.67% from 255 or 23.67% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #7062CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7062CC is #8F9D33. Grayscale: #717171. Windows color (decimal): -9411892 or 13394544. OLE color: 13394544.
HSL color Cylindrical-coordinate representation of color #7062CC: hue angle of 247.92º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7062CC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 98 | 204 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.2 |
| HSL | 247.92º | 0.51% | 0.59% | - |
| HSV(B) | 247.92º | 0.52% | 0.8% | - |
| XYZ | 21.95 | 16.54 | 59.16 | - |
| YUV | 114.27 | 178.64 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 204 | 0.45 | 0.52 | 0 | 0.2 | 247.92 | 0.51 | 0.59 |
| Hex | 70 | 62 | CC | 2D | 34 | 0 | 14 | F8 | 33 | 3B |
| Octal | 160 | 142 | 314 | 55 | 64 | 0 | 24 | 370 | 63 | 73 |
| Binary | 1110000 | 1100010 | 11001100 | 101101 | 110100 | 0 | 10100 | 11111000 | 110011 | 111011 |
Color Harmonies of #7062CC
Complementary color
Monochromatic Colors of #7062CC
Black with #7062CC
Text Example
Text Example
White with #7062CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062CC; }
p { color: rgb(112,98,204); }
H1.HeaderClassName
{
color: #7062CC;
}
.AnyTagClassName
{
color: #7062CC;
}
</style>
background-color css
<style>
a { background-color: #7062CC; }
a { background-color: rgb(112,98,204); }
div.DivClassName
{
background-color: #7062CC;
}
.BgClassName
{
background-color: #7062CC;
}
</style>
border-color css
<style>
span { border-color: #7062CC; }
span { border-color: rgb(112,98,204); }
td.TdClassName
{
border-color: #7062CC;
}
.TagClassName
{
border-color: #7062CC;
}
</style>