Shades of Slate Blue #7058DC
Tints of Slate Blue #7058DC
RGB
CMYK
RGB Variations
Color information
#7058DC (or 0x7058DC) is known color: Slate Blue. HEX triplet: 70, 58 and DC. RGB value is (112,88,220). Sum of RGB (Red+Green+Blue) = 112+88+220=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 88 (34.77% from 255 or 20.95% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #7058DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058DC is #8FA723. Grayscale: #6D6D6D. Windows color (decimal): -9414436 or 14440560. OLE color: 14440560.
HSL color Cylindrical-coordinate representation of color #7058DC: hue angle of 250.91º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7058DC is Cyan = 0.49, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 88 | 220 | - |
| CMYK | 0.49 | 0.6 | 0 | 0.14 |
| HSL | 250.91º | 0.65% | 0.6% | - |
| HSV(B) | 250.91º | 0.6% | 0.86% | - |
| XYZ | 23.09 | 15.59 | 69.5 | - |
| YUV | 110.22 | 189.95 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 220 | 0.49 | 0.6 | 0 | 0.14 | 250.91 | 0.65 | 0.6 |
| Hex | 70 | 58 | DC | 31 | 3C | 0 | E | FB | 41 | 3C |
| Octal | 160 | 130 | 334 | 61 | 74 | 0 | 16 | 373 | 101 | 74 |
| Binary | 1110000 | 1011000 | 11011100 | 110001 | 111100 | 0 | 1110 | 11111011 | 1000001 | 111100 |
Color Harmonies of #7058DC
Complementary color
Monochromatic Colors of #7058DC
Black with #7058DC
Text Example
Text Example
White with #7058DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7058DC; }
p { color: rgb(112,88,220); }
H1.HeaderClassName
{
color: #7058DC;
}
.AnyTagClassName
{
color: #7058DC;
}
</style>
background-color css
<style>
a { background-color: #7058DC; }
a { background-color: rgb(112,88,220); }
div.DivClassName
{
background-color: #7058DC;
}
.BgClassName
{
background-color: #7058DC;
}
</style>
border-color css
<style>
span { border-color: #7058DC; }
span { border-color: rgb(112,88,220); }
td.TdClassName
{
border-color: #7058DC;
}
.TagClassName
{
border-color: #7058DC;
}
</style>