Shades of Slate Blue #7D49DC
Tints of Slate Blue #7D49DC
RGB
CMYK
RGB Variations
Color information
#7D49DC (or 0x7D49DC) is known color: Slate Blue. HEX triplet: 7D, 49 and DC. RGB value is (125,73,220). Sum of RGB (Red+Green+Blue) = 125+73+220=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 73 (28.91% from 255 or 17.46% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D49DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D49DC is #82B623. Grayscale: #686868. Windows color (decimal): -8566308 or 14436733. OLE color: 14436733.
HSL color Cylindrical-coordinate representation of color #7D49DC: hue angle of 261.22º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7D49DC is Cyan = 0.43, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 73 | 220 | - |
| CMYK | 0.43 | 0.67 | 0 | 0.14 |
| HSL | 261.22º | 0.68% | 0.57% | - |
| HSV(B) | 261.22º | 0.67% | 0.86% | - |
| XYZ | 23.76 | 14.29 | 69.22 | - |
| YUV | 105.31 | 192.73 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 73 | 220 | 0.43 | 0.67 | 0 | 0.14 | 261.22 | 0.68 | 0.57 |
| Hex | 7D | 49 | DC | 2B | 43 | 0 | E | 105 | 44 | 39 |
| Octal | 175 | 111 | 334 | 53 | 103 | 0 | 16 | 405 | 104 | 71 |
| Binary | 1111101 | 1001001 | 11011100 | 101011 | 1000011 | 0 | 1110 | 100000101 | 1000100 | 111001 |
Color Harmonies of #7D49DC
Complementary color
Monochromatic Colors of #7D49DC
Black with #7D49DC
Text Example
Text Example
White with #7D49DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D49DC; }
p { color: rgb(125,73,220); }
H1.HeaderClassName
{
color: #7D49DC;
}
.AnyTagClassName
{
color: #7D49DC;
}
</style>
background-color css
<style>
a { background-color: #7D49DC; }
a { background-color: rgb(125,73,220); }
div.DivClassName
{
background-color: #7D49DC;
}
.BgClassName
{
background-color: #7D49DC;
}
</style>
border-color css
<style>
span { border-color: #7D49DC; }
span { border-color: rgb(125,73,220); }
td.TdClassName
{
border-color: #7D49DC;
}
.TagClassName
{
border-color: #7D49DC;
}
</style>