Shades of Medium Slate Blue #7460DF
Tints of Medium Slate Blue #7460DF
RGB
CMYK
RGB Variations
Color information
#7460DF (or 0x7460DF) is known color: Medium Slate Blue. HEX triplet: 74, 60 and DF. RGB value is (116,96,223). Sum of RGB (Red+Green+Blue) = 116+96+223=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #7460DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7460DF is #8B9F20. Grayscale: #737373. Windows color (decimal): -9150241 or 14639220. OLE color: 14639220.
HSL color Cylindrical-coordinate representation of color #7460DF: hue angle of 249.45º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7460DF is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 96 | 223 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.13 |
| HSL | 249.45º | 0.66% | 0.63% | - |
| HSV(B) | 249.45º | 0.57% | 0.87% | - |
| XYZ | 24.7 | 17.41 | 71.87 | - |
| YUV | 116.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 96 | 223 | 0.48 | 0.57 | 0 | 0.13 | 249.45 | 0.66 | 0.63 |
| Hex | 74 | 60 | DF | 30 | 39 | 0 | D | F9 | 42 | 3F |
| Octal | 164 | 140 | 337 | 60 | 71 | 0 | 15 | 371 | 102 | 77 |
| Binary | 1110100 | 1100000 | 11011111 | 110000 | 111001 | 0 | 1101 | 11111001 | 1000010 | 111111 |
Color Harmonies of #7460DF
Complementary color
Monochromatic Colors of #7460DF
Black with #7460DF
Text Example
Text Example
White with #7460DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7460DF; }
p { color: rgb(116,96,223); }
H1.HeaderClassName
{
color: #7460DF;
}
.AnyTagClassName
{
color: #7460DF;
}
</style>
background-color css
<style>
a { background-color: #7460DF; }
a { background-color: rgb(116,96,223); }
div.DivClassName
{
background-color: #7460DF;
}
.BgClassName
{
background-color: #7460DF;
}
</style>
border-color css
<style>
span { border-color: #7460DF; }
span { border-color: rgb(116,96,223); }
td.TdClassName
{
border-color: #7460DF;
}
.TagClassName
{
border-color: #7460DF;
}
</style>