Shades of Medium Slate Blue #7347EA
Tints of Medium Slate Blue #7347EA
RGB
CMYK
RGB Variations
Color information
#7347EA (or 0x7347EA) is known color: Medium Slate Blue. HEX triplet: 73, 47 and EA. RGB value is (115,71,234). Sum of RGB (Red+Green+Blue) = 115+71+234=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 71 (28.12% from 255 or 16.90% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #7347EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7347EA is #8CB815. Grayscale: #666666. Windows color (decimal): -9222166 or 15353715. OLE color: 15353715.
HSL color Cylindrical-coordinate representation of color #7347EA: hue angle of 256.2º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7347EA is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 71 | 234 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.08 |
| HSL | 256.2º | 0.8% | 0.6% | - |
| HSV(B) | 256.2º | 0.7% | 0.92% | - |
| XYZ | 24.17 | 14.09 | 79.29 | - |
| YUV | 102.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 71 | 234 | 0.51 | 0.70 | 0 | 0.08 | 256.2 | 0.8 | 0.6 |
| Hex | 73 | 47 | EA | 33 | 46 | 0 | 8 | 100 | 50 | 3C |
| Octal | 163 | 107 | 352 | 63 | 106 | 0 | 10 | 400 | 120 | 74 |
| Binary | 1110011 | 1000111 | 11101010 | 110011 | 1000110 | 0 | 1000 | 100000000 | 1010000 | 111100 |
Color Harmonies of #7347EA
Complementary color
Monochromatic Colors of #7347EA
Black with #7347EA
Text Example
Text Example
White with #7347EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7347EA; }
p { color: rgb(115,71,234); }
H1.HeaderClassName
{
color: #7347EA;
}
.AnyTagClassName
{
color: #7347EA;
}
</style>
background-color css
<style>
a { background-color: #7347EA; }
a { background-color: rgb(115,71,234); }
div.DivClassName
{
background-color: #7347EA;
}
.BgClassName
{
background-color: #7347EA;
}
</style>
border-color css
<style>
span { border-color: #7347EA; }
span { border-color: rgb(115,71,234); }
td.TdClassName
{
border-color: #7347EA;
}
.TagClassName
{
border-color: #7347EA;
}
</style>