Shades of Slate Blue #7046CD
Tints of Slate Blue #7046CD
RGB
CMYK
RGB Variations
Color information
#7046CD (or 0x7046CD) is known color: Slate Blue. HEX triplet: 70, 46 and CD. RGB value is (112,70,205). Sum of RGB (Red+Green+Blue) = 112+70+205=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 205 (80.47% from 255 or 52.97% from 387); Max value from RGB is 205 - color contains mainly: blue. Hex color #7046CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7046CD is #8FB932. Grayscale: #616161. Windows color (decimal): -9419059 or 13452912. OLE color: 13452912.
HSL color Cylindrical-coordinate representation of color #7046CD: hue angle of 258.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7046CD is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 70 | 205 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.20 |
| HSL | 258.67º | 0.57% | 0.54% | - |
| HSV(B) | 258.67º | 0.66% | 0.8% | - |
| XYZ | 19.89 | 12.23 | 59.07 | - |
| YUV | 97.95 | 188.41 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 70 | 205 | 0.45 | 0.66 | 0 | 0.20 | 258.67 | 0.57 | 0.54 |
| Hex | 70 | 46 | CD | 2D | 42 | 0 | 14 | 103 | 39 | 36 |
| Octal | 160 | 106 | 315 | 55 | 102 | 0 | 24 | 403 | 71 | 66 |
| Binary | 1110000 | 1000110 | 11001101 | 101101 | 1000010 | 0 | 10100 | 100000011 | 111001 | 110110 |
Color Harmonies of #7046CD
Complementary color
Monochromatic Colors of #7046CD
Black with #7046CD
Text Example
Text Example
White with #7046CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7046CD; }
p { color: rgb(112,70,205); }
H1.HeaderClassName
{
color: #7046CD;
}
.AnyTagClassName
{
color: #7046CD;
}
</style>
background-color css
<style>
a { background-color: #7046CD; }
a { background-color: rgb(112,70,205); }
div.DivClassName
{
background-color: #7046CD;
}
.BgClassName
{
background-color: #7046CD;
}
</style>
border-color css
<style>
span { border-color: #7046CD; }
span { border-color: rgb(112,70,205); }
td.TdClassName
{
border-color: #7046CD;
}
.TagClassName
{
border-color: #7046CD;
}
</style>