Shades of Slate Blue #7D4DD9
Tints of Slate Blue #7D4DD9
RGB
CMYK
RGB Variations
Color information
#7D4DD9 (or 0x7D4DD9) is known color: Slate Blue. HEX triplet: 7D, 4D and D9. RGB value is (125,77,217). Sum of RGB (Red+Green+Blue) = 125+77+217=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 77 (30.47% from 255 or 18.38% from 419); Blue value is 217 (85.16% from 255 or 51.79% from 419); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D4DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DD9 is #82B226. Grayscale: #6A6A6A. Windows color (decimal): -8565287 or 14241149. OLE color: 14241149.
HSL color Cylindrical-coordinate representation of color #7D4DD9: hue angle of 260.57º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D4DD9 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 77 | 217 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.15 |
| HSL | 260.57º | 0.65% | 0.58% | - |
| HSV(B) | 260.57º | 0.65% | 0.85% | - |
| XYZ | 23.64 | 14.68 | 67.23 | - |
| YUV | 107.31 | 189.9 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 217 | 0.42 | 0.65 | 0 | 0.15 | 260.57 | 0.65 | 0.58 |
| Hex | 7D | 4D | D9 | 2A | 41 | 0 | F | 105 | 41 | 3A |
| Octal | 175 | 115 | 331 | 52 | 101 | 0 | 17 | 405 | 101 | 72 |
| Binary | 1111101 | 1001101 | 11011001 | 101010 | 1000001 | 0 | 1111 | 100000101 | 1000001 | 111010 |
Color Harmonies of #7D4DD9
Complementary color
Monochromatic Colors of #7D4DD9
Black with #7D4DD9
Text Example
Text Example
White with #7D4DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DD9; }
p { color: rgb(125,77,217); }
H1.HeaderClassName
{
color: #7D4DD9;
}
.AnyTagClassName
{
color: #7D4DD9;
}
</style>
background-color css
<style>
a { background-color: #7D4DD9; }
a { background-color: rgb(125,77,217); }
div.DivClassName
{
background-color: #7D4DD9;
}
.BgClassName
{
background-color: #7D4DD9;
}
</style>
border-color css
<style>
span { border-color: #7D4DD9; }
span { border-color: rgb(125,77,217); }
td.TdClassName
{
border-color: #7D4DD9;
}
.TagClassName
{
border-color: #7D4DD9;
}
</style>