Shades of Slate Blue #7147DC
Tints of Slate Blue #7147DC
RGB
CMYK
RGB Variations
Color information
#7147DC (or 0x7147DC) is known color: Slate Blue. HEX triplet: 71, 47 and DC. RGB value is (113,71,220). Sum of RGB (Red+Green+Blue) = 113+71+220=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #7147DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7147DC is #8EB823. Grayscale: #636363. Windows color (decimal): -9353252 or 14436209. OLE color: 14436209.
HSL color Cylindrical-coordinate representation of color #7147DC: hue angle of 256.91º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7147DC is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 71 | 220 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.14 |
| HSL | 256.91º | 0.68% | 0.57% | - |
| HSV(B) | 256.91º | 0.68% | 0.86% | - |
| XYZ | 21.98 | 13.18 | 69.1 | - |
| YUV | 100.54 | 195.41 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 71 | 220 | 0.49 | 0.68 | 0 | 0.14 | 256.91 | 0.68 | 0.57 |
| Hex | 71 | 47 | DC | 31 | 44 | 0 | E | 101 | 44 | 39 |
| Octal | 161 | 107 | 334 | 61 | 104 | 0 | 16 | 401 | 104 | 71 |
| Binary | 1110001 | 1000111 | 11011100 | 110001 | 1000100 | 0 | 1110 | 100000001 | 1000100 | 111001 |
Color Harmonies of #7147DC
Complementary color
Monochromatic Colors of #7147DC
Black with #7147DC
Text Example
Text Example
White with #7147DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7147DC; }
p { color: rgb(113,71,220); }
H1.HeaderClassName
{
color: #7147DC;
}
.AnyTagClassName
{
color: #7147DC;
}
</style>
background-color css
<style>
a { background-color: #7147DC; }
a { background-color: rgb(113,71,220); }
div.DivClassName
{
background-color: #7147DC;
}
.BgClassName
{
background-color: #7147DC;
}
</style>
border-color css
<style>
span { border-color: #7147DC; }
span { border-color: rgb(113,71,220); }
td.TdClassName
{
border-color: #7147DC;
}
.TagClassName
{
border-color: #7147DC;
}
</style>