Shades of Medium Slate Blue #7372EA
Tints of Medium Slate Blue #7372EA
RGB
CMYK
RGB Variations
Color information
#7372EA (or 0x7372EA) is known color: Medium Slate Blue. HEX triplet: 73, 72 and EA. RGB value is (115,114,234). Sum of RGB (Red+Green+Blue) = 115+114+234=463 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.84% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #7372EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7372EA is #8C8D15. Grayscale: #7F7F7F. Windows color (decimal): -9211158 or 15364723. OLE color: 15364723.
HSL color Cylindrical-coordinate representation of color #7372EA: hue angle of 240.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7372EA is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 114 | 234 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.08 |
| HSL | 240.5º | 0.74% | 0.68% | - |
| HSV(B) | 240.5º | 0.51% | 0.92% | - |
| XYZ | 27.94 | 21.62 | 80.54 | - |
| YUV | 127.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 234 | 0.51 | 0.51 | 0 | 0.08 | 240.5 | 0.74 | 0.68 |
| Hex | 73 | 72 | EA | 33 | 33 | 0 | 8 | F0 | 4A | 44 |
| Octal | 163 | 162 | 352 | 63 | 63 | 0 | 10 | 360 | 112 | 104 |
| Binary | 1110011 | 1110010 | 11101010 | 110011 | 110011 | 0 | 1000 | 11110000 | 1001010 | 1000100 |
Color Harmonies of #7372EA
Complementary color
Monochromatic Colors of #7372EA
Black with #7372EA
Text Example
Text Example
White with #7372EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7372EA; }
p { color: rgb(115,114,234); }
H1.HeaderClassName
{
color: #7372EA;
}
.AnyTagClassName
{
color: #7372EA;
}
</style>
background-color css
<style>
a { background-color: #7372EA; }
a { background-color: rgb(115,114,234); }
div.DivClassName
{
background-color: #7372EA;
}
.BgClassName
{
background-color: #7372EA;
}
</style>
border-color css
<style>
span { border-color: #7372EA; }
span { border-color: rgb(115,114,234); }
td.TdClassName
{
border-color: #7372EA;
}
.TagClassName
{
border-color: #7372EA;
}
</style>