Shades of Slate Blue #7049DC
Tints of Slate Blue #7049DC
RGB
CMYK
RGB Variations
Color information
#7049DC (or 0x7049DC) is known color: Slate Blue. HEX triplet: 70, 49 and DC. RGB value is (112,73,220). Sum of RGB (Red+Green+Blue) = 112+73+220=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 220 (86.33% from 255 or 54.32% from 405); Max value from RGB is 220 - color contains mainly: blue. Hex color #7049DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049DC is #8FB623. Grayscale: #646464. Windows color (decimal): -9418276 or 14436720. OLE color: 14436720.
HSL color Cylindrical-coordinate representation of color #7049DC: hue angle of 255.92º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7049DC is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 73 | 220 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.14 |
| HSL | 255.92º | 0.68% | 0.57% | - |
| HSV(B) | 255.92º | 0.67% | 0.86% | - |
| XYZ | 21.98 | 13.38 | 69.13 | - |
| YUV | 101.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 220 | 0.49 | 0.67 | 0 | 0.14 | 255.92 | 0.68 | 0.57 |
| Hex | 70 | 49 | DC | 31 | 43 | 0 | E | 100 | 44 | 39 |
| Octal | 160 | 111 | 334 | 61 | 103 | 0 | 16 | 400 | 104 | 71 |
| Binary | 1110000 | 1001001 | 11011100 | 110001 | 1000011 | 0 | 1110 | 100000000 | 1000100 | 111001 |
Color Harmonies of #7049DC
Complementary color
Monochromatic Colors of #7049DC
Black with #7049DC
Text Example
Text Example
White with #7049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049DC; }
p { color: rgb(112,73,220); }
H1.HeaderClassName
{
color: #7049DC;
}
.AnyTagClassName
{
color: #7049DC;
}
</style>
background-color css
<style>
a { background-color: #7049DC; }
a { background-color: rgb(112,73,220); }
div.DivClassName
{
background-color: #7049DC;
}
.BgClassName
{
background-color: #7049DC;
}
</style>
border-color css
<style>
span { border-color: #7049DC; }
span { border-color: rgb(112,73,220); }
td.TdClassName
{
border-color: #7049DC;
}
.TagClassName
{
border-color: #7049DC;
}
</style>