Shades of Medium Slate Blue #7373EE
Tints of Medium Slate Blue #7373EE
RGB
CMYK
RGB Variations
Color information
#7373EE (or 0x7373EE) is known color: Medium Slate Blue. HEX triplet: 73, 73 and EE. RGB value is (115,115,238). Sum of RGB (Red+Green+Blue) = 115+115+238=468 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.57% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #7373EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7373EE is #8C8C11. Grayscale: #808080. Windows color (decimal): -9210898 or 15627123. OLE color: 15627123.
HSL color Cylindrical-coordinate representation of color #7373EE: hue angle of 240º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7373EE is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 115 | 238 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.07 |
| HSL | 240º | 0.78% | 0.69% | - |
| HSV(B) | 240º | 0.52% | 0.93% | - |
| XYZ | 28.63 | 22.08 | 83.64 | - |
| YUV | 129.02 | 189.5 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 115 | 238 | 0.52 | 0.52 | 0 | 0.07 | 240 | 0.78 | 0.69 |
| Hex | 73 | 73 | EE | 34 | 34 | 0 | 7 | F0 | 4E | 45 |
| Octal | 163 | 163 | 356 | 64 | 64 | 0 | 7 | 360 | 116 | 105 |
| Binary | 1110011 | 1110011 | 11101110 | 110100 | 110100 | 0 | 111 | 11110000 | 1001110 | 1000101 |
Color Harmonies of #7373EE
Complementary color
Monochromatic Colors of #7373EE
Black with #7373EE
Text Example
Text Example
White with #7373EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7373EE; }
p { color: rgb(115,115,238); }
H1.HeaderClassName
{
color: #7373EE;
}
.AnyTagClassName
{
color: #7373EE;
}
</style>
background-color css
<style>
a { background-color: #7373EE; }
a { background-color: rgb(115,115,238); }
div.DivClassName
{
background-color: #7373EE;
}
.BgClassName
{
background-color: #7373EE;
}
</style>
border-color css
<style>
span { border-color: #7373EE; }
span { border-color: rgb(115,115,238); }
td.TdClassName
{
border-color: #7373EE;
}
.TagClassName
{
border-color: #7373EE;
}
</style>