Shades of Medium Slate Blue #7360FF
Tints of Medium Slate Blue #7360FF
RGB
CMYK
RGB Variations
Color information
#7360FF (or 0x7360FF) is known color: Medium Slate Blue. HEX triplet: 73, 60 and FF. RGB value is (115,96,255). Sum of RGB (Red+Green+Blue) = 115+96+255=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #7360FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360FF is #8C9F00. Grayscale: #777777. Windows color (decimal): -9215745 or 16736371. OLE color: 16736371.
HSL color Cylindrical-coordinate representation of color #7360FF: hue angle of 247.17º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7360FF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 96 | 255 | - |
| CMYK | 0.55 | 0.62 | 0 | 0 |
| HSL | 247.17º | 1% | 0.69% | - |
| HSV(B) | 247.17º | 0.62% | 1% | - |
| XYZ | 29.3 | 19.23 | 96.78 | - |
| YUV | 119.81 | 204.29 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 255 | 0.55 | 0.62 | 0 | 0 | 247.17 | 1 | 0.69 |
| Hex | 73 | 60 | FF | 37 | 3E | 0 | 0 | F7 | 64 | 45 |
| Octal | 163 | 140 | 377 | 67 | 76 | 0 | 0 | 367 | 144 | 105 |
| Binary | 1110011 | 1100000 | 11111111 | 110111 | 111110 | 0 | 0 | 11110111 | 1100100 | 1000101 |
Color Harmonies of #7360FF
Complementary color
Monochromatic Colors of #7360FF
Black with #7360FF
Text Example
Text Example
White with #7360FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360FF; }
p { color: rgb(115,96,255); }
H1.HeaderClassName
{
color: #7360FF;
}
.AnyTagClassName
{
color: #7360FF;
}
</style>
background-color css
<style>
a { background-color: #7360FF; }
a { background-color: rgb(115,96,255); }
div.DivClassName
{
background-color: #7360FF;
}
.BgClassName
{
background-color: #7360FF;
}
</style>
border-color css
<style>
span { border-color: #7360FF; }
span { border-color: rgb(115,96,255); }
td.TdClassName
{
border-color: #7360FF;
}
.TagClassName
{
border-color: #7360FF;
}
</style>