Shades of Slate Blue #7D49CF
Tints of Slate Blue #7D49CF
RGB
CMYK
RGB Variations
Color information
#7D49CF (or 0x7D49CF) is known color: Slate Blue. HEX triplet: 7D, 49 and CF. RGB value is (125,73,207). Sum of RGB (Red+Green+Blue) = 125+73+207=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D49CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D49CF is #82B630. Grayscale: #676767. Windows color (decimal): -8566321 or 13584765. OLE color: 13584765.
HSL color Cylindrical-coordinate representation of color #7D49CF: hue angle of 263.28º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D49CF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 73 | 207 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.19 |
| HSL | 263.28º | 0.58% | 0.55% | - |
| HSV(B) | 263.28º | 0.65% | 0.81% | - |
| XYZ | 22.1 | 13.63 | 60.5 | - |
| YUV | 103.82 | 186.23 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 207 | 0.40 | 0.65 | 0 | 0.19 | 263.28 | 0.58 | 0.55 |
| Hex | 7D | 49 | CF | 28 | 41 | 0 | 13 | 107 | 3A | 37 |
| Octal | 175 | 111 | 317 | 50 | 101 | 0 | 23 | 407 | 72 | 67 |
| Binary | 1111101 | 1001001 | 11001111 | 101000 | 1000001 | 0 | 10011 | 100000111 | 111010 | 110111 |
Color Harmonies of #7D49CF
Complementary color
Monochromatic Colors of #7D49CF
Black with #7D49CF
Text Example
Text Example
White with #7D49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D49CF; }
p { color: rgb(125,73,207); }
H1.HeaderClassName
{
color: #7D49CF;
}
.AnyTagClassName
{
color: #7D49CF;
}
</style>
background-color css
<style>
a { background-color: #7D49CF; }
a { background-color: rgb(125,73,207); }
div.DivClassName
{
background-color: #7D49CF;
}
.BgClassName
{
background-color: #7D49CF;
}
</style>
border-color css
<style>
span { border-color: #7D49CF; }
span { border-color: rgb(125,73,207); }
td.TdClassName
{
border-color: #7D49CF;
}
.TagClassName
{
border-color: #7D49CF;
}
</style>