Shades of Medium Slate Blue #7D76DD
Tints of Medium Slate Blue #7D76DD
RGB
CMYK
RGB Variations
Color information
#7D76DD (or 0x7D76DD) is known color: Medium Slate Blue. HEX triplet: 7D, 76 and DD. RGB value is (125,118,221). Sum of RGB (Red+Green+Blue) = 125+118+221=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 118 (46.48% from 255 or 25.43% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D76DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D76DD is #828922. Grayscale: #838383. Windows color (decimal): -8554787 or 14513789. OLE color: 14513789.
HSL color Cylindrical-coordinate representation of color #7D76DD: hue angle of 244.08º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D76DD is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 118 | 221 | - |
| CMYK | 0.43 | 0.47 | 0 | 0.13 |
| HSL | 244.08º | 0.6% | 0.66% | - |
| HSV(B) | 244.08º | 0.47% | 0.87% | - |
| XYZ | 27.99 | 22.54 | 71.28 | - |
| YUV | 131.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 221 | 0.43 | 0.47 | 0 | 0.13 | 244.08 | 0.6 | 0.66 |
| Hex | 7D | 76 | DD | 2B | 2F | 0 | D | F4 | 3C | 42 |
| Octal | 175 | 166 | 335 | 53 | 57 | 0 | 15 | 364 | 74 | 102 |
| Binary | 1111101 | 1110110 | 11011101 | 101011 | 101111 | 0 | 1101 | 11110100 | 111100 | 1000010 |
Color Harmonies of #7D76DD
Complementary color
Monochromatic Colors of #7D76DD
Black with #7D76DD
Text Example
Text Example
White with #7D76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D76DD; }
p { color: rgb(125,118,221); }
H1.HeaderClassName
{
color: #7D76DD;
}
.AnyTagClassName
{
color: #7D76DD;
}
</style>
background-color css
<style>
a { background-color: #7D76DD; }
a { background-color: rgb(125,118,221); }
div.DivClassName
{
background-color: #7D76DD;
}
.BgClassName
{
background-color: #7D76DD;
}
</style>
border-color css
<style>
span { border-color: #7D76DD; }
span { border-color: rgb(125,118,221); }
td.TdClassName
{
border-color: #7D76DD;
}
.TagClassName
{
border-color: #7D76DD;
}
</style>