Shades of Slate Blue #7D4FC7
Tints of Slate Blue #7D4FC7
RGB
CMYK
RGB Variations
Color information
#7D4FC7 (or 0x7D4FC7) is known color: Slate Blue. HEX triplet: 7D, 4F and C7. RGB value is (125,79,199). Sum of RGB (Red+Green+Blue) = 125+79+199=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #7D4FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4FC7 is #82B038. Grayscale: #6A6A6A. Windows color (decimal): -8564793 or 13062013. OLE color: 13062013.
HSL color Cylindrical-coordinate representation of color #7D4FC7: hue angle of 263º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4FC7 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 79 | 199 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.22 |
| HSL | 263º | 0.52% | 0.55% | - |
| HSV(B) | 263º | 0.6% | 0.78% | - |
| XYZ | 21.56 | 14.08 | 55.61 | - |
| YUV | 106.43 | 180.24 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 79 | 199 | 0.37 | 0.60 | 0 | 0.22 | 263 | 0.52 | 0.55 |
| Hex | 7D | 4F | C7 | 25 | 3C | 0 | 16 | 107 | 34 | 37 |
| Octal | 175 | 117 | 307 | 45 | 74 | 0 | 26 | 407 | 64 | 67 |
| Binary | 1111101 | 1001111 | 11000111 | 100101 | 111100 | 0 | 10110 | 100000111 | 110100 | 110111 |
Color Harmonies of #7D4FC7
Complementary color
Monochromatic Colors of #7D4FC7
Black with #7D4FC7
Text Example
Text Example
White with #7D4FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4FC7; }
p { color: rgb(125,79,199); }
H1.HeaderClassName
{
color: #7D4FC7;
}
.AnyTagClassName
{
color: #7D4FC7;
}
</style>
background-color css
<style>
a { background-color: #7D4FC7; }
a { background-color: rgb(125,79,199); }
div.DivClassName
{
background-color: #7D4FC7;
}
.BgClassName
{
background-color: #7D4FC7;
}
</style>
border-color css
<style>
span { border-color: #7D4FC7; }
span { border-color: rgb(125,79,199); }
td.TdClassName
{
border-color: #7D4FC7;
}
.TagClassName
{
border-color: #7D4FC7;
}
</style>