Shades of Medium Slate Blue #7479EF
Tints of Medium Slate Blue #7479EF
RGB
CMYK
RGB Variations
Color information
#7479EF (or 0x7479EF) is known color: Medium Slate Blue. HEX triplet: 74, 79 and EF. RGB value is (116,121,239). Sum of RGB (Red+Green+Blue) = 116+121+239=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 121 (47.66% from 255 or 25.42% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #7479EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7479EF is #8B8610. Grayscale: #848484. Windows color (decimal): -9143825 or 15694196. OLE color: 15694196.
HSL color Cylindrical-coordinate representation of color #7479EF: hue angle of 237.56º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7479EF is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 121 | 239 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.06 |
| HSL | 237.56º | 0.79% | 0.7% | - |
| HSV(B) | 237.56º | 0.51% | 0.94% | - |
| XYZ | 29.62 | 23.62 | 84.66 | - |
| YUV | 132.96 | 187.84 | 115.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 121 | 239 | 0.51 | 0.49 | 0 | 0.06 | 237.56 | 0.79 | 0.7 |
| Hex | 74 | 79 | EF | 33 | 31 | 0 | 6 | EE | 4F | 46 |
| Octal | 164 | 171 | 357 | 63 | 61 | 0 | 6 | 356 | 117 | 106 |
| Binary | 1110100 | 1111001 | 11101111 | 110011 | 110001 | 0 | 110 | 11101110 | 1001111 | 1000110 |
Color Harmonies of #7479EF
Complementary color
Monochromatic Colors of #7479EF
Black with #7479EF
Text Example
Text Example
White with #7479EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7479EF; }
p { color: rgb(116,121,239); }
H1.HeaderClassName
{
color: #7479EF;
}
.AnyTagClassName
{
color: #7479EF;
}
</style>
background-color css
<style>
a { background-color: #7479EF; }
a { background-color: rgb(116,121,239); }
div.DivClassName
{
background-color: #7479EF;
}
.BgClassName
{
background-color: #7479EF;
}
</style>
border-color css
<style>
span { border-color: #7479EF; }
span { border-color: rgb(116,121,239); }
td.TdClassName
{
border-color: #7479EF;
}
.TagClassName
{
border-color: #7479EF;
}
</style>