Shades of Slate Blue #7D4DCC
Tints of Slate Blue #7D4DCC
RGB
CMYK
RGB Variations
Color information
#7D4DCC (or 0x7D4DCC) is known color: Slate Blue. HEX triplet: 7D, 4D and CC. RGB value is (125,77,204). Sum of RGB (Red+Green+Blue) = 125+77+204=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D4DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4DCC is #82B233. Grayscale: #696969. Windows color (decimal): -8565300 or 13389181. OLE color: 13389181.
HSL color Cylindrical-coordinate representation of color #7D4DCC: hue angle of 262.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4DCC is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 77 | 204 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.2 |
| HSL | 262.68º | 0.55% | 0.55% | - |
| HSV(B) | 262.68º | 0.62% | 0.8% | - |
| XYZ | 22.01 | 14.03 | 58.67 | - |
| YUV | 105.83 | 183.4 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 77 | 204 | 0.39 | 0.62 | 0 | 0.2 | 262.68 | 0.55 | 0.55 |
| Hex | 7D | 4D | CC | 27 | 3E | 0 | 14 | 107 | 37 | 37 |
| Octal | 175 | 115 | 314 | 47 | 76 | 0 | 24 | 407 | 67 | 67 |
| Binary | 1111101 | 1001101 | 11001100 | 100111 | 111110 | 0 | 10100 | 100000111 | 110111 | 110111 |
Color Harmonies of #7D4DCC
Complementary color
Monochromatic Colors of #7D4DCC
Black with #7D4DCC
Text Example
Text Example
White with #7D4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4DCC; }
p { color: rgb(125,77,204); }
H1.HeaderClassName
{
color: #7D4DCC;
}
.AnyTagClassName
{
color: #7D4DCC;
}
</style>
background-color css
<style>
a { background-color: #7D4DCC; }
a { background-color: rgb(125,77,204); }
div.DivClassName
{
background-color: #7D4DCC;
}
.BgClassName
{
background-color: #7D4DCC;
}
</style>
border-color css
<style>
span { border-color: #7D4DCC; }
span { border-color: rgb(125,77,204); }
td.TdClassName
{
border-color: #7D4DCC;
}
.TagClassName
{
border-color: #7D4DCC;
}
</style>