Shades of Medium Slate Blue #7471E7
Tints of Medium Slate Blue #7471E7
RGB
CMYK
RGB Variations
Color information
#7471E7 (or 0x7471E7) is known color: Medium Slate Blue. HEX triplet: 74, 71 and E7. RGB value is (116,113,231). Sum of RGB (Red+Green+Blue) = 116+113+231=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 113 (44.53% from 255 or 24.57% from 460); Blue value is 231 (90.62% from 255 or 50.22% from 460); Max value from RGB is 231 - color contains mainly: blue. Hex color #7471E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471E7 is #8B8E18. Grayscale: #7E7E7E. Windows color (decimal): -9145881 or 15167860. OLE color: 15167860.
HSL color Cylindrical-coordinate representation of color #7471E7: hue angle of 241.53º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7471E7 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 113 | 231 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.09 |
| HSL | 241.53º | 0.71% | 0.67% | - |
| HSV(B) | 241.53º | 0.51% | 0.91% | - |
| XYZ | 27.53 | 21.29 | 78.26 | - |
| YUV | 127.35 | 186.49 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 231 | 0.50 | 0.51 | 0 | 0.09 | 241.53 | 0.71 | 0.67 |
| Hex | 74 | 71 | E7 | 32 | 33 | 0 | 9 | F2 | 47 | 43 |
| Octal | 164 | 161 | 347 | 62 | 63 | 0 | 11 | 362 | 107 | 103 |
| Binary | 1110100 | 1110001 | 11100111 | 110010 | 110011 | 0 | 1001 | 11110010 | 1000111 | 1000011 |
Color Harmonies of #7471E7
Complementary color
Monochromatic Colors of #7471E7
Black with #7471E7
Text Example
Text Example
White with #7471E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471E7; }
p { color: rgb(116,113,231); }
H1.HeaderClassName
{
color: #7471E7;
}
.AnyTagClassName
{
color: #7471E7;
}
</style>
background-color css
<style>
a { background-color: #7471E7; }
a { background-color: rgb(116,113,231); }
div.DivClassName
{
background-color: #7471E7;
}
.BgClassName
{
background-color: #7471E7;
}
</style>
border-color css
<style>
span { border-color: #7471E7; }
span { border-color: rgb(116,113,231); }
td.TdClassName
{
border-color: #7471E7;
}
.TagClassName
{
border-color: #7471E7;
}
</style>