Shades of Medium Slate Blue #7473EA
Tints of Medium Slate Blue #7473EA
RGB
CMYK
RGB Variations
Color information
#7473EA (or 0x7473EA) is known color: Medium Slate Blue. HEX triplet: 74, 73 and EA. RGB value is (116,115,234). Sum of RGB (Red+Green+Blue) = 116+115+234=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #7473EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7473EA is #8B8C15. Grayscale: #808080. Windows color (decimal): -9145366 or 15364980. OLE color: 15364980.
HSL color Cylindrical-coordinate representation of color #7473EA: 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 #7473EA is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 115 | 234 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.08 |
| HSL | 240.5º | 0.74% | 0.68% | - |
| HSV(B) | 240.5º | 0.51% | 0.92% | - |
| XYZ | 28.18 | 21.91 | 80.59 | - |
| YUV | 128.87 | 187.33 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 234 | 0.50 | 0.51 | 0 | 0.08 | 240.5 | 0.74 | 0.68 |
| Hex | 74 | 73 | EA | 32 | 33 | 0 | 8 | F1 | 4A | 44 |
| Octal | 164 | 163 | 352 | 62 | 63 | 0 | 10 | 361 | 112 | 104 |
| Binary | 1110100 | 1110011 | 11101010 | 110010 | 110011 | 0 | 1000 | 11110001 | 1001010 | 1000100 |
Color Harmonies of #7473EA
Complementary color
Monochromatic Colors of #7473EA
Black with #7473EA
Text Example
Text Example
White with #7473EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7473EA; }
p { color: rgb(116,115,234); }
H1.HeaderClassName
{
color: #7473EA;
}
.AnyTagClassName
{
color: #7473EA;
}
</style>
background-color css
<style>
a { background-color: #7473EA; }
a { background-color: rgb(116,115,234); }
div.DivClassName
{
background-color: #7473EA;
}
.BgClassName
{
background-color: #7473EA;
}
</style>
border-color css
<style>
span { border-color: #7473EA; }
span { border-color: rgb(116,115,234); }
td.TdClassName
{
border-color: #7473EA;
}
.TagClassName
{
border-color: #7473EA;
}
</style>