Shades of Medium Slate Blue #7D7AE1
Tints of Medium Slate Blue #7D7AE1
RGB
CMYK
RGB Variations
Color information
#7D7AE1 (or 0x7D7AE1) is known color: Medium Slate Blue. HEX triplet: 7D, 7A and E1. RGB value is (125,122,225). Sum of RGB (Red+Green+Blue) = 125+122+225=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D7AE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7AE1 is #82851E. Grayscale: #868686. Windows color (decimal): -8553759 or 14776957. OLE color: 14776957.
HSL color Cylindrical-coordinate representation of color #7D7AE1: hue angle of 241.75º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D7AE1 is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 122 | 225 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.12 |
| HSL | 241.75º | 0.63% | 0.68% | - |
| HSV(B) | 241.75º | 0.46% | 0.88% | - |
| XYZ | 29.01 | 23.72 | 74.28 | - |
| YUV | 134.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 122 | 225 | 0.44 | 0.46 | 0 | 0.12 | 241.75 | 0.63 | 0.68 |
| Hex | 7D | 7A | E1 | 2C | 2E | 0 | C | F2 | 3F | 44 |
| Octal | 175 | 172 | 341 | 54 | 56 | 0 | 14 | 362 | 77 | 104 |
| Binary | 1111101 | 1111010 | 11100001 | 101100 | 101110 | 0 | 1100 | 11110010 | 111111 | 1000100 |
Color Harmonies of #7D7AE1
Complementary color
Monochromatic Colors of #7D7AE1
Black with #7D7AE1
Text Example
Text Example
White with #7D7AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7AE1; }
p { color: rgb(125,122,225); }
H1.HeaderClassName
{
color: #7D7AE1;
}
.AnyTagClassName
{
color: #7D7AE1;
}
</style>
background-color css
<style>
a { background-color: #7D7AE1; }
a { background-color: rgb(125,122,225); }
div.DivClassName
{
background-color: #7D7AE1;
}
.BgClassName
{
background-color: #7D7AE1;
}
</style>
border-color css
<style>
span { border-color: #7D7AE1; }
span { border-color: rgb(125,122,225); }
td.TdClassName
{
border-color: #7D7AE1;
}
.TagClassName
{
border-color: #7D7AE1;
}
</style>