Shades of Medium Slate Blue #7471EC
Tints of Medium Slate Blue #7471EC
RGB
CMYK
RGB Variations
Color information
#7471EC (or 0x7471EC) is known color: Medium Slate Blue. HEX triplet: 74, 71 and EC. RGB value is (116,113,236). Sum of RGB (Red+Green+Blue) = 116+113+236=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #7471EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471EC is #8B8E13. Grayscale: #7F7F7F. Windows color (decimal): -9145876 or 15495540. OLE color: 15495540.
HSL color Cylindrical-coordinate representation of color #7471EC: hue angle of 241.46º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7471EC is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 113 | 236 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.07 |
| HSL | 241.46º | 0.76% | 0.68% | - |
| HSV(B) | 241.46º | 0.52% | 0.93% | - |
| XYZ | 28.25 | 21.58 | 82.03 | - |
| YUV | 127.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 236 | 0.51 | 0.52 | 0 | 0.07 | 241.46 | 0.76 | 0.68 |
| Hex | 74 | 71 | EC | 33 | 34 | 0 | 7 | F1 | 4C | 44 |
| Octal | 164 | 161 | 354 | 63 | 64 | 0 | 7 | 361 | 114 | 104 |
| Binary | 1110100 | 1110001 | 11101100 | 110011 | 110100 | 0 | 111 | 11110001 | 1001100 | 1000100 |
Color Harmonies of #7471EC
Complementary color
Monochromatic Colors of #7471EC
Black with #7471EC
Text Example
Text Example
White with #7471EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471EC; }
p { color: rgb(116,113,236); }
H1.HeaderClassName
{
color: #7471EC;
}
.AnyTagClassName
{
color: #7471EC;
}
</style>
background-color css
<style>
a { background-color: #7471EC; }
a { background-color: rgb(116,113,236); }
div.DivClassName
{
background-color: #7471EC;
}
.BgClassName
{
background-color: #7471EC;
}
</style>
border-color css
<style>
span { border-color: #7471EC; }
span { border-color: rgb(116,113,236); }
td.TdClassName
{
border-color: #7471EC;
}
.TagClassName
{
border-color: #7471EC;
}
</style>