Shades of Medium Slate Blue #7479EE
Tints of Medium Slate Blue #7479EE
RGB
CMYK
RGB Variations
Color information
#7479EE (or 0x7479EE) is known color: Medium Slate Blue. HEX triplet: 74, 79 and EE. RGB value is (116,121,238). Sum of RGB (Red+Green+Blue) = 116+121+238=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 121 (47.66% from 255 or 25.47% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #7479EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7479EE is #8B8611. Grayscale: #848484. Windows color (decimal): -9143826 or 15628660. OLE color: 15628660.
HSL color Cylindrical-coordinate representation of color #7479EE: hue angle of 237.54º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7479EE is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 121 | 238 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.07 |
| HSL | 237.54º | 0.78% | 0.69% | - |
| HSV(B) | 237.54º | 0.51% | 0.93% | - |
| XYZ | 29.47 | 23.56 | 83.88 | - |
| YUV | 132.84 | 187.34 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 238 | 0.51 | 0.49 | 0 | 0.07 | 237.54 | 0.78 | 0.69 |
| Hex | 74 | 79 | EE | 33 | 31 | 0 | 7 | EE | 4E | 45 |
| Octal | 164 | 171 | 356 | 63 | 61 | 0 | 7 | 356 | 116 | 105 |
| Binary | 1110100 | 1111001 | 11101110 | 110011 | 110001 | 0 | 111 | 11101110 | 1001110 | 1000101 |
Color Harmonies of #7479EE
Complementary color
Monochromatic Colors of #7479EE
Black with #7479EE
Text Example
Text Example
White with #7479EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7479EE; }
p { color: rgb(116,121,238); }
H1.HeaderClassName
{
color: #7479EE;
}
.AnyTagClassName
{
color: #7479EE;
}
</style>
background-color css
<style>
a { background-color: #7479EE; }
a { background-color: rgb(116,121,238); }
div.DivClassName
{
background-color: #7479EE;
}
.BgClassName
{
background-color: #7479EE;
}
</style>
border-color css
<style>
span { border-color: #7479EE; }
span { border-color: rgb(116,121,238); }
td.TdClassName
{
border-color: #7479EE;
}
.TagClassName
{
border-color: #7479EE;
}
</style>