Shades of Slate Blue #7047CB
Tints of Slate Blue #7047CB
RGB
CMYK
RGB Variations
Color information
#7047CB (or 0x7047CB) is known color: Slate Blue. HEX triplet: 70, 47 and CB. RGB value is (112,71,203). Sum of RGB (Red+Green+Blue) = 112+71+203=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #7047CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047CB is #8FB834. Grayscale: #616161. Windows color (decimal): -9418805 or 13322096. OLE color: 13322096.
HSL color Cylindrical-coordinate representation of color #7047CB: hue angle of 258.64º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7047CB is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 71 | 203 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.20 |
| HSL | 258.64º | 0.56% | 0.54% | - |
| HSV(B) | 258.64º | 0.65% | 0.8% | - |
| XYZ | 19.71 | 12.26 | 57.83 | - |
| YUV | 98.31 | 187.08 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 203 | 0.45 | 0.65 | 0 | 0.20 | 258.64 | 0.56 | 0.54 |
| Hex | 70 | 47 | CB | 2D | 41 | 0 | 14 | 103 | 38 | 36 |
| Octal | 160 | 107 | 313 | 55 | 101 | 0 | 24 | 403 | 70 | 66 |
| Binary | 1110000 | 1000111 | 11001011 | 101101 | 1000001 | 0 | 10100 | 100000011 | 111000 | 110110 |
Color Harmonies of #7047CB
Complementary color
Monochromatic Colors of #7047CB
Black with #7047CB
Text Example
Text Example
White with #7047CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047CB; }
p { color: rgb(112,71,203); }
H1.HeaderClassName
{
color: #7047CB;
}
.AnyTagClassName
{
color: #7047CB;
}
</style>
background-color css
<style>
a { background-color: #7047CB; }
a { background-color: rgb(112,71,203); }
div.DivClassName
{
background-color: #7047CB;
}
.BgClassName
{
background-color: #7047CB;
}
</style>
border-color css
<style>
span { border-color: #7047CB; }
span { border-color: rgb(112,71,203); }
td.TdClassName
{
border-color: #7047CB;
}
.TagClassName
{
border-color: #7047CB;
}
</style>