Shades of Slate Blue #7049CD
Tints of Slate Blue #7049CD
RGB
CMYK
RGB Variations
Color information
#7049CD (or 0x7049CD) is known color: Slate Blue. HEX triplet: 70, 49 and CD. RGB value is (112,73,205). Sum of RGB (Red+Green+Blue) = 112+73+205=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #7049CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7049CD is #8FB632. Grayscale: #636363. Windows color (decimal): -9418291 or 13453680. OLE color: 13453680.
HSL color Cylindrical-coordinate representation of color #7049CD: hue angle of 257.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7049CD is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 73 | 205 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.20 |
| HSL | 257.73º | 0.57% | 0.55% | - |
| HSV(B) | 257.73º | 0.64% | 0.8% | - |
| XYZ | 20.08 | 12.62 | 59.13 | - |
| YUV | 99.71 | 187.42 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 73 | 205 | 0.45 | 0.64 | 0 | 0.20 | 257.73 | 0.57 | 0.55 |
| Hex | 70 | 49 | CD | 2D | 40 | 0 | 14 | 102 | 39 | 37 |
| Octal | 160 | 111 | 315 | 55 | 100 | 0 | 24 | 402 | 71 | 67 |
| Binary | 1110000 | 1001001 | 11001101 | 101101 | 1000000 | 0 | 10100 | 100000010 | 111001 | 110111 |
Color Harmonies of #7049CD
Complementary color
Monochromatic Colors of #7049CD
Black with #7049CD
Text Example
Text Example
White with #7049CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7049CD; }
p { color: rgb(112,73,205); }
H1.HeaderClassName
{
color: #7049CD;
}
.AnyTagClassName
{
color: #7049CD;
}
</style>
background-color css
<style>
a { background-color: #7049CD; }
a { background-color: rgb(112,73,205); }
div.DivClassName
{
background-color: #7049CD;
}
.BgClassName
{
background-color: #7049CD;
}
</style>
border-color css
<style>
span { border-color: #7049CD; }
span { border-color: rgb(112,73,205); }
td.TdClassName
{
border-color: #7049CD;
}
.TagClassName
{
border-color: #7049CD;
}
</style>