Shades of Slate Blue #7D4ECF
Tints of Slate Blue #7D4ECF
RGB
CMYK
RGB Variations
Color information
#7D4ECF (or 0x7D4ECF) is known color: Slate Blue. HEX triplet: 7D, 4E and CF. RGB value is (125,78,207). Sum of RGB (Red+Green+Blue) = 125+78+207=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4ECF is #82B130. Grayscale: #6A6A6A. Windows color (decimal): -8565041 or 13586045. OLE color: 13586045.
HSL color Cylindrical-coordinate representation of color #7D4ECF: hue angle of 261.86º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D4ECF is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 78 | 207 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.19 |
| HSL | 261.86º | 0.57% | 0.56% | - |
| HSV(B) | 261.86º | 0.62% | 0.81% | - |
| XYZ | 22.44 | 14.31 | 60.61 | - |
| YUV | 106.76 | 184.57 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 207 | 0.40 | 0.62 | 0 | 0.19 | 261.86 | 0.57 | 0.56 |
| Hex | 7D | 4E | CF | 28 | 3E | 0 | 13 | 106 | 39 | 38 |
| Octal | 175 | 116 | 317 | 50 | 76 | 0 | 23 | 406 | 71 | 70 |
| Binary | 1111101 | 1001110 | 11001111 | 101000 | 111110 | 0 | 10011 | 100000110 | 111001 | 111000 |
Color Harmonies of #7D4ECF
Complementary color
Monochromatic Colors of #7D4ECF
Black with #7D4ECF
Text Example
Text Example
White with #7D4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4ECF; }
p { color: rgb(125,78,207); }
H1.HeaderClassName
{
color: #7D4ECF;
}
.AnyTagClassName
{
color: #7D4ECF;
}
</style>
background-color css
<style>
a { background-color: #7D4ECF; }
a { background-color: rgb(125,78,207); }
div.DivClassName
{
background-color: #7D4ECF;
}
.BgClassName
{
background-color: #7D4ECF;
}
</style>
border-color css
<style>
span { border-color: #7D4ECF; }
span { border-color: rgb(125,78,207); }
td.TdClassName
{
border-color: #7D4ECF;
}
.TagClassName
{
border-color: #7D4ECF;
}
</style>