Shades of Medium Slate Blue #7360FA
Tints of Medium Slate Blue #7360FA
RGB
CMYK
RGB Variations
Color information
#7360FA (or 0x7360FA) is known color: Medium Slate Blue. HEX triplet: 73, 60 and FA. RGB value is (115,96,250). Sum of RGB (Red+Green+Blue) = 115+96+250=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #7360FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360FA is #8C9F05. Grayscale: #767676. Windows color (decimal): -9215750 or 16408691. OLE color: 16408691.
HSL color Cylindrical-coordinate representation of color #7360FA: hue angle of 247.4º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7360FA is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 96 | 250 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.02 |
| HSL | 247.4º | 0.94% | 0.68% | - |
| HSV(B) | 247.4º | 0.62% | 0.98% | - |
| XYZ | 28.51 | 18.91 | 92.59 | - |
| YUV | 119.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 250 | 0.54 | 0.62 | 0 | 0.02 | 247.4 | 0.94 | 0.68 |
| Hex | 73 | 60 | FA | 36 | 3E | 0 | 2 | F7 | 5E | 44 |
| Octal | 163 | 140 | 372 | 66 | 76 | 0 | 2 | 367 | 136 | 104 |
| Binary | 1110011 | 1100000 | 11111010 | 110110 | 111110 | 0 | 10 | 11110111 | 1011110 | 1000100 |
Color Harmonies of #7360FA
Complementary color
Monochromatic Colors of #7360FA
Black with #7360FA
Text Example
Text Example
White with #7360FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360FA; }
p { color: rgb(115,96,250); }
H1.HeaderClassName
{
color: #7360FA;
}
.AnyTagClassName
{
color: #7360FA;
}
</style>
background-color css
<style>
a { background-color: #7360FA; }
a { background-color: rgb(115,96,250); }
div.DivClassName
{
background-color: #7360FA;
}
.BgClassName
{
background-color: #7360FA;
}
</style>
border-color css
<style>
span { border-color: #7360FA; }
span { border-color: rgb(115,96,250); }
td.TdClassName
{
border-color: #7360FA;
}
.TagClassName
{
border-color: #7360FA;
}
</style>