Shades of Medium Slate Blue #7373EA
Tints of Medium Slate Blue #7373EA
RGB
CMYK
RGB Variations
Color information
#7373EA (or 0x7373EA) is known color: Medium Slate Blue. HEX triplet: 73, 73 and EA. RGB value is (115,115,234). Sum of RGB (Red+Green+Blue) = 115+115+234=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #7373EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7373EA is #8C8C15. Grayscale: #808080. Windows color (decimal): -9210902 or 15364979. OLE color: 15364979.
HSL color Cylindrical-coordinate representation of color #7373EA: hue angle of 240º 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 #7373EA is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 115 | 234 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.08 |
| HSL | 240º | 0.74% | 0.68% | - |
| HSV(B) | 240º | 0.51% | 0.92% | - |
| XYZ | 28.05 | 21.85 | 80.58 | - |
| YUV | 128.57 | 187.5 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 234 | 0.51 | 0.51 | 0 | 0.08 | 240 | 0.74 | 0.68 |
| Hex | 73 | 73 | EA | 33 | 33 | 0 | 8 | F0 | 4A | 44 |
| Octal | 163 | 163 | 352 | 63 | 63 | 0 | 10 | 360 | 112 | 104 |
| Binary | 1110011 | 1110011 | 11101010 | 110011 | 110011 | 0 | 1000 | 11110000 | 1001010 | 1000100 |
Color Harmonies of #7373EA
Complementary color
Monochromatic Colors of #7373EA
Black with #7373EA
Text Example
Text Example
White with #7373EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7373EA; }
p { color: rgb(115,115,234); }
H1.HeaderClassName
{
color: #7373EA;
}
.AnyTagClassName
{
color: #7373EA;
}
</style>
background-color css
<style>
a { background-color: #7373EA; }
a { background-color: rgb(115,115,234); }
div.DivClassName
{
background-color: #7373EA;
}
.BgClassName
{
background-color: #7373EA;
}
</style>
border-color css
<style>
span { border-color: #7373EA; }
span { border-color: rgb(115,115,234); }
td.TdClassName
{
border-color: #7373EA;
}
.TagClassName
{
border-color: #7373EA;
}
</style>