Shades of Medium Slate Blue #7474EF
Tints of Medium Slate Blue #7474EF
RGB
CMYK
RGB Variations
Color information
#7474EF (or 0x7474EF) is known color: Medium Slate Blue. HEX triplet: 74, 74 and EF. RGB value is (116,116,239). Sum of RGB (Red+Green+Blue) = 116+116+239=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7474EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7474EF is #8B8B10. Grayscale: #818181. Windows color (decimal): -9145105 or 15692916. OLE color: 15692916.
HSL color Cylindrical-coordinate representation of color #7474EF: hue angle of 240º 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 #7474EF is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 116 | 239 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.06 |
| HSL | 240º | 0.79% | 0.7% | - |
| HSV(B) | 240º | 0.51% | 0.94% | - |
| XYZ | 29.03 | 22.44 | 84.46 | - |
| YUV | 130.02 | 189.5 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 116 | 239 | 0.51 | 0.51 | 0 | 0.06 | 240 | 0.79 | 0.7 |
| Hex | 74 | 74 | EF | 33 | 33 | 0 | 6 | F0 | 4F | 46 |
| Octal | 164 | 164 | 357 | 63 | 63 | 0 | 6 | 360 | 117 | 106 |
| Binary | 1110100 | 1110100 | 11101111 | 110011 | 110011 | 0 | 110 | 11110000 | 1001111 | 1000110 |
Color Harmonies of #7474EF
Complementary color
Monochromatic Colors of #7474EF
Black with #7474EF
Text Example
Text Example
White with #7474EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7474EF; }
p { color: rgb(116,116,239); }
H1.HeaderClassName
{
color: #7474EF;
}
.AnyTagClassName
{
color: #7474EF;
}
</style>
background-color css
<style>
a { background-color: #7474EF; }
a { background-color: rgb(116,116,239); }
div.DivClassName
{
background-color: #7474EF;
}
.BgClassName
{
background-color: #7474EF;
}
</style>
border-color css
<style>
span { border-color: #7474EF; }
span { border-color: rgb(116,116,239); }
td.TdClassName
{
border-color: #7474EF;
}
.TagClassName
{
border-color: #7474EF;
}
</style>