Shades of Slate Blue #7047CF
Tints of Slate Blue #7047CF
RGB
CMYK
RGB Variations
Color information
#7047CF (or 0x7047CF) is known color: Slate Blue. HEX triplet: 70, 47 and CF. RGB value is (112,71,207). Sum of RGB (Red+Green+Blue) = 112+71+207=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #7047CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7047CF is #8FB830. Grayscale: #626262. Windows color (decimal): -9418801 or 13584240. OLE color: 13584240.
HSL color Cylindrical-coordinate representation of color #7047CF: hue angle of 258.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7047CF is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 71 | 207 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.19 |
| HSL | 258.09º | 0.59% | 0.55% | - |
| HSV(B) | 258.09º | 0.66% | 0.81% | - |
| XYZ | 20.2 | 12.46 | 60.37 | - |
| YUV | 98.76 | 189.08 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 207 | 0.46 | 0.66 | 0 | 0.19 | 258.09 | 0.59 | 0.55 |
| Hex | 70 | 47 | CF | 2E | 42 | 0 | 13 | 102 | 3B | 37 |
| Octal | 160 | 107 | 317 | 56 | 102 | 0 | 23 | 402 | 73 | 67 |
| Binary | 1110000 | 1000111 | 11001111 | 101110 | 1000010 | 0 | 10011 | 100000010 | 111011 | 110111 |
Color Harmonies of #7047CF
Complementary color
Monochromatic Colors of #7047CF
Black with #7047CF
Text Example
Text Example
White with #7047CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7047CF; }
p { color: rgb(112,71,207); }
H1.HeaderClassName
{
color: #7047CF;
}
.AnyTagClassName
{
color: #7047CF;
}
</style>
background-color css
<style>
a { background-color: #7047CF; }
a { background-color: rgb(112,71,207); }
div.DivClassName
{
background-color: #7047CF;
}
.BgClassName
{
background-color: #7047CF;
}
</style>
border-color css
<style>
span { border-color: #7047CF; }
span { border-color: rgb(112,71,207); }
td.TdClassName
{
border-color: #7047CF;
}
.TagClassName
{
border-color: #7047CF;
}
</style>