Shades of Slate Blue #7042D5
Tints of Slate Blue #7042D5
RGB
CMYK
RGB Variations
Color information
#7042D5 (or 0x7042D5) is known color: Slate Blue. HEX triplet: 70, 42 and D5. RGB value is (112,66,213). Sum of RGB (Red+Green+Blue) = 112+66+213=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #7042D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7042D5 is #8FBD2A. Grayscale: #5F5F5F. Windows color (decimal): -9420075 or 13976176. OLE color: 13976176.
HSL color Cylindrical-coordinate representation of color #7042D5: hue angle of 258.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7042D5 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 66 | 213 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.16 |
| HSL | 258.78º | 0.64% | 0.55% | - |
| HSV(B) | 258.78º | 0.69% | 0.84% | - |
| XYZ | 20.64 | 12.15 | 64.21 | - |
| YUV | 96.51 | 193.74 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 213 | 0.47 | 0.69 | 0 | 0.16 | 258.78 | 0.64 | 0.55 |
| Hex | 70 | 42 | D5 | 2F | 45 | 0 | 10 | 103 | 40 | 37 |
| Octal | 160 | 102 | 325 | 57 | 105 | 0 | 20 | 403 | 100 | 67 |
| Binary | 1110000 | 1000010 | 11010101 | 101111 | 1000101 | 0 | 10000 | 100000011 | 1000000 | 110111 |
Color Harmonies of #7042D5
Complementary color
Monochromatic Colors of #7042D5
Black with #7042D5
Text Example
Text Example
White with #7042D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7042D5; }
p { color: rgb(112,66,213); }
H1.HeaderClassName
{
color: #7042D5;
}
.AnyTagClassName
{
color: #7042D5;
}
</style>
background-color css
<style>
a { background-color: #7042D5; }
a { background-color: rgb(112,66,213); }
div.DivClassName
{
background-color: #7042D5;
}
.BgClassName
{
background-color: #7042D5;
}
</style>
border-color css
<style>
span { border-color: #7042D5; }
span { border-color: rgb(112,66,213); }
td.TdClassName
{
border-color: #7042D5;
}
.TagClassName
{
border-color: #7042D5;
}
</style>