Shades of Medium Slate Blue #7471E9
Tints of Medium Slate Blue #7471E9
RGB
CMYK
RGB Variations
Color information
#7471E9 (or 0x7471E9) is known color: Medium Slate Blue. HEX triplet: 74, 71 and E9. RGB value is (116,113,233). Sum of RGB (Red+Green+Blue) = 116+113+233=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 233 (91.41% from 255 or 50.43% from 462); Max value from RGB is 233 - color contains mainly: blue. Hex color #7471E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471E9 is #8B8E16. Grayscale: #7F7F7F. Windows color (decimal): -9145879 or 15298932. OLE color: 15298932.
HSL color Cylindrical-coordinate representation of color #7471E9: hue angle of 241.5º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7471E9 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 113 | 233 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.09 |
| HSL | 241.5º | 0.73% | 0.68% | - |
| HSV(B) | 241.5º | 0.52% | 0.91% | - |
| XYZ | 27.82 | 21.41 | 79.76 | - |
| YUV | 127.58 | 187.49 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 233 | 0.50 | 0.52 | 0 | 0.09 | 241.5 | 0.73 | 0.68 |
| Hex | 74 | 71 | E9 | 32 | 34 | 0 | 9 | F2 | 49 | 44 |
| Octal | 164 | 161 | 351 | 62 | 64 | 0 | 11 | 362 | 111 | 104 |
| Binary | 1110100 | 1110001 | 11101001 | 110010 | 110100 | 0 | 1001 | 11110010 | 1001001 | 1000100 |
Color Harmonies of #7471E9
Complementary color
Monochromatic Colors of #7471E9
Black with #7471E9
Text Example
Text Example
White with #7471E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471E9; }
p { color: rgb(116,113,233); }
H1.HeaderClassName
{
color: #7471E9;
}
.AnyTagClassName
{
color: #7471E9;
}
</style>
background-color css
<style>
a { background-color: #7471E9; }
a { background-color: rgb(116,113,233); }
div.DivClassName
{
background-color: #7471E9;
}
.BgClassName
{
background-color: #7471E9;
}
</style>
border-color css
<style>
span { border-color: #7471E9; }
span { border-color: rgb(116,113,233); }
td.TdClassName
{
border-color: #7471E9;
}
.TagClassName
{
border-color: #7471E9;
}
</style>