Shades of Slate Blue #7D4BCD
Tints of Slate Blue #7D4BCD
RGB
CMYK
RGB Variations
Color information
#7D4BCD (or 0x7D4BCD) is known color: Slate Blue. HEX triplet: 7D, 4B and CD. RGB value is (125,75,205). Sum of RGB (Red+Green+Blue) = 125+75+205=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D4BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BCD is #82B432. Grayscale: #686868. Windows color (decimal): -8565811 or 13454205. OLE color: 13454205.
HSL color Cylindrical-coordinate representation of color #7D4BCD: hue angle of 263.08º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7D4BCD is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 75 | 205 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.20 |
| HSL | 263.08º | 0.57% | 0.55% | - |
| HSV(B) | 263.08º | 0.63% | 0.8% | - |
| XYZ | 21.99 | 13.8 | 59.26 | - |
| YUV | 104.77 | 184.57 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 205 | 0.39 | 0.63 | 0 | 0.20 | 263.08 | 0.57 | 0.55 |
| Hex | 7D | 4B | CD | 27 | 3F | 0 | 14 | 107 | 39 | 37 |
| Octal | 175 | 113 | 315 | 47 | 77 | 0 | 24 | 407 | 71 | 67 |
| Binary | 1111101 | 1001011 | 11001101 | 100111 | 111111 | 0 | 10100 | 100000111 | 111001 | 110111 |
Color Harmonies of #7D4BCD
Complementary color
Monochromatic Colors of #7D4BCD
Black with #7D4BCD
Text Example
Text Example
White with #7D4BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BCD; }
p { color: rgb(125,75,205); }
H1.HeaderClassName
{
color: #7D4BCD;
}
.AnyTagClassName
{
color: #7D4BCD;
}
</style>
background-color css
<style>
a { background-color: #7D4BCD; }
a { background-color: rgb(125,75,205); }
div.DivClassName
{
background-color: #7D4BCD;
}
.BgClassName
{
background-color: #7D4BCD;
}
</style>
border-color css
<style>
span { border-color: #7D4BCD; }
span { border-color: rgb(125,75,205); }
td.TdClassName
{
border-color: #7D4BCD;
}
.TagClassName
{
border-color: #7D4BCD;
}
</style>