Shades of Medium Slate Blue #7471EE
Tints of Medium Slate Blue #7471EE
RGB
CMYK
RGB Variations
Color information
#7471EE (or 0x7471EE) is known color: Medium Slate Blue. HEX triplet: 74, 71 and EE. RGB value is (116,113,238). Sum of RGB (Red+Green+Blue) = 116+113+238=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #7471EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471EE is #8B8E11. Grayscale: #7F7F7F. Windows color (decimal): -9145874 or 15626612. OLE color: 15626612.
HSL color Cylindrical-coordinate representation of color #7471EE: hue angle of 241.44º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7471EE is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 113 | 238 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.07 |
| HSL | 241.44º | 0.79% | 0.69% | - |
| HSV(B) | 241.44º | 0.53% | 0.93% | - |
| XYZ | 28.54 | 21.7 | 83.57 | - |
| YUV | 128.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 238 | 0.51 | 0.53 | 0 | 0.07 | 241.44 | 0.79 | 0.69 |
| Hex | 74 | 71 | EE | 33 | 35 | 0 | 7 | F1 | 4F | 45 |
| Octal | 164 | 161 | 356 | 63 | 65 | 0 | 7 | 361 | 117 | 105 |
| Binary | 1110100 | 1110001 | 11101110 | 110011 | 110101 | 0 | 111 | 11110001 | 1001111 | 1000101 |
Color Harmonies of #7471EE
Complementary color
Monochromatic Colors of #7471EE
Black with #7471EE
Text Example
Text Example
White with #7471EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7471EE; }
p { color: rgb(116,113,238); }
H1.HeaderClassName
{
color: #7471EE;
}
.AnyTagClassName
{
color: #7471EE;
}
</style>
background-color css
<style>
a { background-color: #7471EE; }
a { background-color: rgb(116,113,238); }
div.DivClassName
{
background-color: #7471EE;
}
.BgClassName
{
background-color: #7471EE;
}
</style>
border-color css
<style>
span { border-color: #7471EE; }
span { border-color: rgb(116,113,238); }
td.TdClassName
{
border-color: #7471EE;
}
.TagClassName
{
border-color: #7471EE;
}
</style>