Shades of Slate Blue #7042DC
Tints of Slate Blue #7042DC
RGB
CMYK
RGB Variations
Color information
#7042DC (or 0x7042DC) is known color: Slate Blue. HEX triplet: 70, 42 and DC. RGB value is (112,66,220). Sum of RGB (Red+Green+Blue) = 112+66+220=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #7042DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042DC is #8FBD23. Grayscale: #606060. Windows color (decimal): -9420068 or 14434928. OLE color: 14434928.
HSL color Cylindrical-coordinate representation of color #7042DC: hue angle of 257.92º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7042DC is Cyan = 0.49, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 66 | 220 | - |
| CMYK | 0.49 | 0.7 | 0 | 0.14 |
| HSL | 257.92º | 0.69% | 0.56% | - |
| HSV(B) | 257.92º | 0.7% | 0.86% | - |
| XYZ | 21.55 | 12.51 | 68.99 | - |
| YUV | 97.31 | 197.24 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 220 | 0.49 | 0.7 | 0 | 0.14 | 257.92 | 0.69 | 0.56 |
| Hex | 70 | 42 | DC | 31 | 46 | 0 | E | 102 | 45 | 38 |
| Octal | 160 | 102 | 334 | 61 | 106 | 0 | 16 | 402 | 105 | 70 |
| Binary | 1110000 | 1000010 | 11011100 | 110001 | 1000110 | 0 | 1110 | 100000010 | 1000101 | 111000 |
Color Harmonies of #7042DC
Complementary color
Monochromatic Colors of #7042DC
Black with #7042DC
Text Example
Text Example
White with #7042DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7042DC; }
p { color: rgb(112,66,220); }
H1.HeaderClassName
{
color: #7042DC;
}
.AnyTagClassName
{
color: #7042DC;
}
</style>
background-color css
<style>
a { background-color: #7042DC; }
a { background-color: rgb(112,66,220); }
div.DivClassName
{
background-color: #7042DC;
}
.BgClassName
{
background-color: #7042DC;
}
</style>
border-color css
<style>
span { border-color: #7042DC; }
span { border-color: rgb(112,66,220); }
td.TdClassName
{
border-color: #7042DC;
}
.TagClassName
{
border-color: #7042DC;
}
</style>