Shades of Slate Blue #7D5ECF
Tints of Slate Blue #7D5ECF
RGB
CMYK
RGB Variations
Color information
#7D5ECF (or 0x7D5ECF) is known color: Slate Blue. HEX triplet: 7D, 5E and CF. RGB value is (125,94,207). Sum of RGB (Red+Green+Blue) = 125+94+207=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D5ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D5ECF is #82A130. Grayscale: #737373. Windows color (decimal): -8560945 or 13590141. OLE color: 13590141.
HSL color Cylindrical-coordinate representation of color #7D5ECF: hue angle of 256.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D5ECF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 94 | 207 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.19 |
| HSL | 256.46º | 0.54% | 0.59% | - |
| HSV(B) | 256.46º | 0.55% | 0.81% | - |
| XYZ | 23.72 | 16.87 | 61.04 | - |
| YUV | 116.15 | 179.27 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 94 | 207 | 0.40 | 0.55 | 0 | 0.19 | 256.46 | 0.54 | 0.59 |
| Hex | 7D | 5E | CF | 28 | 37 | 0 | 13 | 100 | 36 | 3B |
| Octal | 175 | 136 | 317 | 50 | 67 | 0 | 23 | 400 | 66 | 73 |
| Binary | 1111101 | 1011110 | 11001111 | 101000 | 110111 | 0 | 10011 | 100000000 | 110110 | 111011 |
Color Harmonies of #7D5ECF
Complementary color
Monochromatic Colors of #7D5ECF
Black with #7D5ECF
Text Example
Text Example
White with #7D5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D5ECF; }
p { color: rgb(125,94,207); }
H1.HeaderClassName
{
color: #7D5ECF;
}
.AnyTagClassName
{
color: #7D5ECF;
}
</style>
background-color css
<style>
a { background-color: #7D5ECF; }
a { background-color: rgb(125,94,207); }
div.DivClassName
{
background-color: #7D5ECF;
}
.BgClassName
{
background-color: #7D5ECF;
}
</style>
border-color css
<style>
span { border-color: #7D5ECF; }
span { border-color: rgb(125,94,207); }
td.TdClassName
{
border-color: #7D5ECF;
}
.TagClassName
{
border-color: #7D5ECF;
}
</style>