Shades of Slate Blue #7058E2
Tints of Slate Blue #7058E2
RGB
CMYK
RGB Variations
Color information
#7058E2 (or 0x7058E2) is known color: Slate Blue. HEX triplet: 70, 58 and E2. RGB value is (112,88,226). Sum of RGB (Red+Green+Blue) = 112+88+226=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 226 (88.67% from 255 or 53.05% from 426); Max value from RGB is 226 - color contains mainly: blue. Hex color #7058E2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7058E2 is #8FA71D. Grayscale: #6E6E6E. Windows color (decimal): -9414430 or 14833776. OLE color: 14833776.
HSL color Cylindrical-coordinate representation of color #7058E2: hue angle of 250.43º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7058E2 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 88 | 226 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.11 |
| HSL | 250.43º | 0.7% | 0.62% | - |
| HSV(B) | 250.43º | 0.61% | 0.89% | - |
| XYZ | 23.9 | 15.92 | 73.76 | - |
| YUV | 110.91 | 192.95 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 88 | 226 | 0.50 | 0.61 | 0 | 0.11 | 250.43 | 0.7 | 0.62 |
| Hex | 70 | 58 | E2 | 32 | 3D | 0 | B | FA | 46 | 3E |
| Octal | 160 | 130 | 342 | 62 | 75 | 0 | 13 | 372 | 106 | 76 |
| Binary | 1110000 | 1011000 | 11100010 | 110010 | 111101 | 0 | 1011 | 11111010 | 1000110 | 111110 |
Color Harmonies of #7058E2
Complementary color
Monochromatic Colors of #7058E2
Black with #7058E2
Text Example
Text Example
White with #7058E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7058E2; }
p { color: rgb(112,88,226); }
H1.HeaderClassName
{
color: #7058E2;
}
.AnyTagClassName
{
color: #7058E2;
}
</style>
background-color css
<style>
a { background-color: #7058E2; }
a { background-color: rgb(112,88,226); }
div.DivClassName
{
background-color: #7058E2;
}
.BgClassName
{
background-color: #7058E2;
}
</style>
border-color css
<style>
span { border-color: #7058E2; }
span { border-color: rgb(112,88,226); }
td.TdClassName
{
border-color: #7058E2;
}
.TagClassName
{
border-color: #7058E2;
}
</style>