Shades of Slate Blue #7058CE
Tints of Slate Blue #7058CE
RGB
CMYK
RGB Variations
Color information
#7058CE (or 0x7058CE) is known color: Slate Blue. HEX triplet: 70, 58 and CE. RGB value is (112,88,206). Sum of RGB (Red+Green+Blue) = 112+88+206=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #7058CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058CE is #8FA731. Grayscale: #6C6C6C. Windows color (decimal): -9414450 or 13523056. OLE color: 13523056.
HSL color Cylindrical-coordinate representation of color #7058CE: hue angle of 252.2º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7058CE is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 88 | 206 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.19 |
| HSL | 252.2º | 0.55% | 0.58% | - |
| HSV(B) | 252.2º | 0.57% | 0.81% | - |
| XYZ | 21.31 | 14.88 | 60.14 | - |
| YUV | 108.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 206 | 0.46 | 0.57 | 0 | 0.19 | 252.2 | 0.55 | 0.58 |
| Hex | 70 | 58 | CE | 2E | 39 | 0 | 13 | FC | 37 | 3A |
| Octal | 160 | 130 | 316 | 56 | 71 | 0 | 23 | 374 | 67 | 72 |
| Binary | 1110000 | 1011000 | 11001110 | 101110 | 111001 | 0 | 10011 | 11111100 | 110111 | 111010 |
Color Harmonies of #7058CE
Complementary color
Monochromatic Colors of #7058CE
Black with #7058CE
Text Example
Text Example
White with #7058CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7058CE; }
p { color: rgb(112,88,206); }
H1.HeaderClassName
{
color: #7058CE;
}
.AnyTagClassName
{
color: #7058CE;
}
</style>
background-color css
<style>
a { background-color: #7058CE; }
a { background-color: rgb(112,88,206); }
div.DivClassName
{
background-color: #7058CE;
}
.BgClassName
{
background-color: #7058CE;
}
</style>
border-color css
<style>
span { border-color: #7058CE; }
span { border-color: rgb(112,88,206); }
td.TdClassName
{
border-color: #7058CE;
}
.TagClassName
{
border-color: #7058CE;
}
</style>