Shades of Medium Slate Blue #7360FD
Tints of Medium Slate Blue #7360FD
RGB
CMYK
RGB Variations
Color information
#7360FD (or 0x7360FD) is known color: Medium Slate Blue. HEX triplet: 73, 60 and FD. RGB value is (115,96,253). Sum of RGB (Red+Green+Blue) = 115+96+253=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #7360FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7360FD is #8C9F02. Grayscale: #767676. Windows color (decimal): -9215747 or 16605299. OLE color: 16605299.
HSL color Cylindrical-coordinate representation of color #7360FD: hue angle of 247.26º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7360FD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 96 | 253 | - |
| CMYK | 0.55 | 0.62 | 0 | 0.01 |
| HSL | 247.26º | 0.98% | 0.68% | - |
| HSV(B) | 247.26º | 0.62% | 0.99% | - |
| XYZ | 28.98 | 19.1 | 95.09 | - |
| YUV | 119.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 253 | 0.55 | 0.62 | 0 | 0.01 | 247.26 | 0.98 | 0.68 |
| Hex | 73 | 60 | FD | 37 | 3E | 0 | 1 | F7 | 62 | 44 |
| Octal | 163 | 140 | 375 | 67 | 76 | 0 | 1 | 367 | 142 | 104 |
| Binary | 1110011 | 1100000 | 11111101 | 110111 | 111110 | 0 | 1 | 11110111 | 1100010 | 1000100 |
Color Harmonies of #7360FD
Complementary color
Monochromatic Colors of #7360FD
Black with #7360FD
Text Example
Text Example
White with #7360FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7360FD; }
p { color: rgb(115,96,253); }
H1.HeaderClassName
{
color: #7360FD;
}
.AnyTagClassName
{
color: #7360FD;
}
</style>
background-color css
<style>
a { background-color: #7360FD; }
a { background-color: rgb(115,96,253); }
div.DivClassName
{
background-color: #7360FD;
}
.BgClassName
{
background-color: #7360FD;
}
</style>
border-color css
<style>
span { border-color: #7360FD; }
span { border-color: rgb(115,96,253); }
td.TdClassName
{
border-color: #7360FD;
}
.TagClassName
{
border-color: #7360FD;
}
</style>