Shades of Medium Slate Blue #7372E6
Tints of Medium Slate Blue #7372E6
RGB
CMYK
RGB Variations
Color information
#7372E6 (or 0x7372E6) is known color: Medium Slate Blue. HEX triplet: 73, 72 and E6. RGB value is (115,114,230). Sum of RGB (Red+Green+Blue) = 115+114+230=459 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.05% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #7372E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7372E6 is #8C8D19. Grayscale: #7F7F7F. Windows color (decimal): -9211162 or 15102579. OLE color: 15102579.
HSL color Cylindrical-coordinate representation of color #7372E6: hue angle of 240.52º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7372E6 is Cyan = 0.5, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 115 | 114 | 230 | - |
| CMYK | 0.5 | 0.50 | 0 | 0.10 |
| HSL | 240.52º | 0.7% | 0.67% | - |
| HSV(B) | 240.52º | 0.5% | 0.9% | - |
| XYZ | 27.37 | 21.39 | 77.55 | - |
| YUV | 127.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 230 | 0.5 | 0.50 | 0 | 0.10 | 240.52 | 0.7 | 0.67 |
| Hex | 73 | 72 | E6 | 32 | 32 | 0 | A | F1 | 46 | 43 |
| Octal | 163 | 162 | 346 | 62 | 62 | 0 | 12 | 361 | 106 | 103 |
| Binary | 1110011 | 1110010 | 11100110 | 110010 | 110010 | 0 | 1010 | 11110001 | 1000110 | 1000011 |
Color Harmonies of #7372E6
Complementary color
Monochromatic Colors of #7372E6
Black with #7372E6
Text Example
Text Example
White with #7372E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372E6; }
p { color: rgb(115,114,230); }
H1.HeaderClassName
{
color: #7372E6;
}
.AnyTagClassName
{
color: #7372E6;
}
</style>
background-color css
<style>
a { background-color: #7372E6; }
a { background-color: rgb(115,114,230); }
div.DivClassName
{
background-color: #7372E6;
}
.BgClassName
{
background-color: #7372E6;
}
</style>
border-color css
<style>
span { border-color: #7372E6; }
span { border-color: rgb(115,114,230); }
td.TdClassName
{
border-color: #7372E6;
}
.TagClassName
{
border-color: #7372E6;
}
</style>