Shades of Medium Slate Blue #7372F7
Tints of Medium Slate Blue #7372F7
RGB
CMYK
RGB Variations
Color information
#7372F7 (or 0x7372F7) is known color: Medium Slate Blue. HEX triplet: 73, 72 and F7. RGB value is (115,114,247). Sum of RGB (Red+Green+Blue) = 115+114+247=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 247 (96.88% from 255 or 51.89% from 476); Max value from RGB is 247 - color contains mainly: blue. Hex color #7372F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7372F7 is #8C8D08. Grayscale: #808080. Windows color (decimal): -9211145 or 16216691. OLE color: 16216691.
HSL color Cylindrical-coordinate representation of color #7372F7: hue angle of 240.45º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7372F7 is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 114 | 247 | - |
| CMYK | 0.53 | 0.54 | 0 | 0.03 |
| HSL | 240.45º | 0.89% | 0.71% | - |
| HSV(B) | 240.45º | 0.54% | 0.97% | - |
| XYZ | 29.88 | 22.39 | 90.74 | - |
| YUV | 129.46 | 194.33 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 247 | 0.53 | 0.54 | 0 | 0.03 | 240.45 | 0.89 | 0.71 |
| Hex | 73 | 72 | F7 | 35 | 36 | 0 | 3 | F0 | 59 | 47 |
| Octal | 163 | 162 | 367 | 65 | 66 | 0 | 3 | 360 | 131 | 107 |
| Binary | 1110011 | 1110010 | 11110111 | 110101 | 110110 | 0 | 11 | 11110000 | 1011001 | 1000111 |
Color Harmonies of #7372F7
Complementary color
Monochromatic Colors of #7372F7
Black with #7372F7
Text Example
Text Example
White with #7372F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372F7; }
p { color: rgb(115,114,247); }
H1.HeaderClassName
{
color: #7372F7;
}
.AnyTagClassName
{
color: #7372F7;
}
</style>
background-color css
<style>
a { background-color: #7372F7; }
a { background-color: rgb(115,114,247); }
div.DivClassName
{
background-color: #7372F7;
}
.BgClassName
{
background-color: #7372F7;
}
</style>
border-color css
<style>
span { border-color: #7372F7; }
span { border-color: rgb(115,114,247); }
td.TdClassName
{
border-color: #7372F7;
}
.TagClassName
{
border-color: #7372F7;
}
</style>