Shades of Slate Blue #7059CC
Tints of Slate Blue #7059CC
RGB
CMYK
RGB Variations
Color information
#7059CC (or 0x7059CC) is known color: Slate Blue. HEX triplet: 70, 59 and CC. RGB value is (112,89,204). Sum of RGB (Red+Green+Blue) = 112+89+204=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #7059CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7059CC is #8FA633. Grayscale: #6C6C6C. Windows color (decimal): -9414196 or 13392240. OLE color: 13392240.
HSL color Cylindrical-coordinate representation of color #7059CC: hue angle of 252º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7059CC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 89 | 204 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.2 |
| HSL | 252º | 0.53% | 0.57% | - |
| HSV(B) | 252º | 0.56% | 0.8% | - |
| XYZ | 21.15 | 14.95 | 58.9 | - |
| YUV | 108.99 | 181.62 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 89 | 204 | 0.45 | 0.56 | 0 | 0.2 | 252 | 0.53 | 0.57 |
| Hex | 70 | 59 | CC | 2D | 38 | 0 | 14 | FC | 35 | 39 |
| Octal | 160 | 131 | 314 | 55 | 70 | 0 | 24 | 374 | 65 | 71 |
| Binary | 1110000 | 1011001 | 11001100 | 101101 | 111000 | 0 | 10100 | 11111100 | 110101 | 111001 |
Color Harmonies of #7059CC
Complementary color
Monochromatic Colors of #7059CC
Black with #7059CC
Text Example
Text Example
White with #7059CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7059CC; }
p { color: rgb(112,89,204); }
H1.HeaderClassName
{
color: #7059CC;
}
.AnyTagClassName
{
color: #7059CC;
}
</style>
background-color css
<style>
a { background-color: #7059CC; }
a { background-color: rgb(112,89,204); }
div.DivClassName
{
background-color: #7059CC;
}
.BgClassName
{
background-color: #7059CC;
}
</style>
border-color css
<style>
span { border-color: #7059CC; }
span { border-color: rgb(112,89,204); }
td.TdClassName
{
border-color: #7059CC;
}
.TagClassName
{
border-color: #7059CC;
}
</style>