Shades of Medium Slate Blue #7461ED
Tints of Medium Slate Blue #7461ED
RGB
CMYK
RGB Variations
Color information
#7461ED (or 0x7461ED) is known color: Medium Slate Blue. HEX triplet: 74, 61 and ED. RGB value is (116,97,237). Sum of RGB (Red+Green+Blue) = 116+97+237=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #7461ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7461ED is #8B9E12. Grayscale: #767676. Windows color (decimal): -9149971 or 15556980. OLE color: 15556980.
HSL color Cylindrical-coordinate representation of color #7461ED: hue angle of 248.14º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7461ED is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 97 | 237 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.07 |
| HSL | 248.14º | 0.8% | 0.65% | - |
| HSV(B) | 248.14º | 0.59% | 0.93% | - |
| XYZ | 26.76 | 18.38 | 82.26 | - |
| YUV | 118.64 | 194.79 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 97 | 237 | 0.51 | 0.59 | 0 | 0.07 | 248.14 | 0.8 | 0.65 |
| Hex | 74 | 61 | ED | 33 | 3B | 0 | 7 | F8 | 50 | 41 |
| Octal | 164 | 141 | 355 | 63 | 73 | 0 | 7 | 370 | 120 | 101 |
| Binary | 1110100 | 1100001 | 11101101 | 110011 | 111011 | 0 | 111 | 11111000 | 1010000 | 1000001 |
Color Harmonies of #7461ED
Complementary color
Monochromatic Colors of #7461ED
Black with #7461ED
Text Example
Text Example
White with #7461ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7461ED; }
p { color: rgb(116,97,237); }
H1.HeaderClassName
{
color: #7461ED;
}
.AnyTagClassName
{
color: #7461ED;
}
</style>
background-color css
<style>
a { background-color: #7461ED; }
a { background-color: rgb(116,97,237); }
div.DivClassName
{
background-color: #7461ED;
}
.BgClassName
{
background-color: #7461ED;
}
</style>
border-color css
<style>
span { border-color: #7461ED; }
span { border-color: rgb(116,97,237); }
td.TdClassName
{
border-color: #7461ED;
}
.TagClassName
{
border-color: #7461ED;
}
</style>