Shades of Slate Blue #7D4BD7
Tints of Slate Blue #7D4BD7
RGB
CMYK
RGB Variations
Color information
#7D4BD7 (or 0x7D4BD7) is known color: Slate Blue. HEX triplet: 7D, 4B and D7. RGB value is (125,75,215). Sum of RGB (Red+Green+Blue) = 125+75+215=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 215 (84.38% from 255 or 51.81% from 415); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D4BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4BD7 is #82B428. Grayscale: #696969. Windows color (decimal): -8565801 or 14109565. OLE color: 14109565.
HSL color Cylindrical-coordinate representation of color #7D4BD7: hue angle of 261.43º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D4BD7 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 75 | 215 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.16 |
| HSL | 261.43º | 0.64% | 0.57% | - |
| HSV(B) | 261.43º | 0.65% | 0.84% | - |
| XYZ | 23.24 | 14.3 | 65.83 | - |
| YUV | 105.91 | 189.57 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 75 | 215 | 0.42 | 0.65 | 0 | 0.16 | 261.43 | 0.64 | 0.57 |
| Hex | 7D | 4B | D7 | 2A | 41 | 0 | 10 | 105 | 40 | 39 |
| Octal | 175 | 113 | 327 | 52 | 101 | 0 | 20 | 405 | 100 | 71 |
| Binary | 1111101 | 1001011 | 11010111 | 101010 | 1000001 | 0 | 10000 | 100000101 | 1000000 | 111001 |
Color Harmonies of #7D4BD7
Complementary color
Monochromatic Colors of #7D4BD7
Black with #7D4BD7
Text Example
Text Example
White with #7D4BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4BD7; }
p { color: rgb(125,75,215); }
H1.HeaderClassName
{
color: #7D4BD7;
}
.AnyTagClassName
{
color: #7D4BD7;
}
</style>
background-color css
<style>
a { background-color: #7D4BD7; }
a { background-color: rgb(125,75,215); }
div.DivClassName
{
background-color: #7D4BD7;
}
.BgClassName
{
background-color: #7D4BD7;
}
</style>
border-color css
<style>
span { border-color: #7D4BD7; }
span { border-color: rgb(125,75,215); }
td.TdClassName
{
border-color: #7D4BD7;
}
.TagClassName
{
border-color: #7D4BD7;
}
</style>