Shades of Medium Slate Blue #7471D9
Tints of Medium Slate Blue #7471D9
RGB
CMYK
RGB Variations
Color information
#7471D9 (or 0x7471D9) is known color: Medium Slate Blue. HEX triplet: 74, 71 and D9. RGB value is (116,113,217). Sum of RGB (Red+Green+Blue) = 116+113+217=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 217 - color contains mainly: blue. Hex color #7471D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7471D9 is #8B8E26. Grayscale: #7D7D7D. Windows color (decimal): -9145895 or 14250356. OLE color: 14250356.
HSL color Cylindrical-coordinate representation of color #7471D9: hue angle of 241.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7471D9 is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 113 | 217 | - |
| CMYK | 0.47 | 0.48 | 0 | 0.15 |
| HSL | 241.73º | 0.58% | 0.65% | - |
| HSV(B) | 241.73º | 0.48% | 0.85% | - |
| XYZ | 25.63 | 20.53 | 68.26 | - |
| YUV | 125.75 | 179.49 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 217 | 0.47 | 0.48 | 0 | 0.15 | 241.73 | 0.58 | 0.65 |
| Hex | 74 | 71 | D9 | 2F | 30 | 0 | F | F2 | 3A | 41 |
| Octal | 164 | 161 | 331 | 57 | 60 | 0 | 17 | 362 | 72 | 101 |
| Binary | 1110100 | 1110001 | 11011001 | 101111 | 110000 | 0 | 1111 | 11110010 | 111010 | 1000001 |
Color Harmonies of #7471D9
Complementary color
Monochromatic Colors of #7471D9
Black with #7471D9
Text Example
Text Example
White with #7471D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471D9; }
p { color: rgb(116,113,217); }
H1.HeaderClassName
{
color: #7471D9;
}
.AnyTagClassName
{
color: #7471D9;
}
</style>
background-color css
<style>
a { background-color: #7471D9; }
a { background-color: rgb(116,113,217); }
div.DivClassName
{
background-color: #7471D9;
}
.BgClassName
{
background-color: #7471D9;
}
</style>
border-color css
<style>
span { border-color: #7471D9; }
span { border-color: rgb(116,113,217); }
td.TdClassName
{
border-color: #7471D9;
}
.TagClassName
{
border-color: #7471D9;
}
</style>