Shades of Medium Slate Blue #7460EA
Tints of Medium Slate Blue #7460EA
RGB
CMYK
RGB Variations
Color information
#7460EA (or 0x7460EA) is known color: Medium Slate Blue. HEX triplet: 74, 60 and EA. RGB value is (116,96,234). Sum of RGB (Red+Green+Blue) = 116+96+234=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #7460EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7460EA is #8B9F15. Grayscale: #757575. Windows color (decimal): -9150230 or 15360116. OLE color: 15360116.
HSL color Cylindrical-coordinate representation of color #7460EA: hue angle of 248.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7460EA is Cyan = 0.50, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 96 | 234 | - |
| CMYK | 0.50 | 0.59 | 0 | 0.08 |
| HSL | 248.7º | 0.77% | 0.65% | - |
| HSV(B) | 248.7º | 0.59% | 0.92% | - |
| XYZ | 26.24 | 18.02 | 79.94 | - |
| YUV | 117.71 | 193.63 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 234 | 0.50 | 0.59 | 0 | 0.08 | 248.7 | 0.77 | 0.65 |
| Hex | 74 | 60 | EA | 32 | 3B | 0 | 8 | F9 | 4D | 41 |
| Octal | 164 | 140 | 352 | 62 | 73 | 0 | 10 | 371 | 115 | 101 |
| Binary | 1110100 | 1100000 | 11101010 | 110010 | 111011 | 0 | 1000 | 11111001 | 1001101 | 1000001 |
Color Harmonies of #7460EA
Complementary color
Monochromatic Colors of #7460EA
Black with #7460EA
Text Example
Text Example
White with #7460EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460EA; }
p { color: rgb(116,96,234); }
H1.HeaderClassName
{
color: #7460EA;
}
.AnyTagClassName
{
color: #7460EA;
}
</style>
background-color css
<style>
a { background-color: #7460EA; }
a { background-color: rgb(116,96,234); }
div.DivClassName
{
background-color: #7460EA;
}
.BgClassName
{
background-color: #7460EA;
}
</style>
border-color css
<style>
span { border-color: #7460EA; }
span { border-color: rgb(116,96,234); }
td.TdClassName
{
border-color: #7460EA;
}
.TagClassName
{
border-color: #7460EA;
}
</style>