Shades of Medium Slate Blue #7344EA
Tints of Medium Slate Blue #7344EA
RGB
CMYK
RGB Variations
Color information
#7344EA (or 0x7344EA) is known color: Medium Slate Blue. HEX triplet: 73, 44 and EA. RGB value is (115,68,234). Sum of RGB (Red+Green+Blue) = 115+68+234=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #7344EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7344EA is #8CBB15. Grayscale: #646464. Windows color (decimal): -9222934 or 15352947. OLE color: 15352947.
HSL color Cylindrical-coordinate representation of color #7344EA: hue angle of 256.99º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7344EA is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 68 | 234 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.08 |
| HSL | 256.99º | 0.8% | 0.59% | - |
| HSV(B) | 256.99º | 0.71% | 0.92% | - |
| XYZ | 23.99 | 13.72 | 79.23 | - |
| YUV | 100.98 | 203.07 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 68 | 234 | 0.51 | 0.71 | 0 | 0.08 | 256.99 | 0.8 | 0.59 |
| Hex | 73 | 44 | EA | 33 | 47 | 0 | 8 | 101 | 50 | 3B |
| Octal | 163 | 104 | 352 | 63 | 107 | 0 | 10 | 401 | 120 | 73 |
| Binary | 1110011 | 1000100 | 11101010 | 110011 | 1000111 | 0 | 1000 | 100000001 | 1010000 | 111011 |
Color Harmonies of #7344EA
Complementary color
Monochromatic Colors of #7344EA
Black with #7344EA
Text Example
Text Example
White with #7344EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7344EA; }
p { color: rgb(115,68,234); }
H1.HeaderClassName
{
color: #7344EA;
}
.AnyTagClassName
{
color: #7344EA;
}
</style>
background-color css
<style>
a { background-color: #7344EA; }
a { background-color: rgb(115,68,234); }
div.DivClassName
{
background-color: #7344EA;
}
.BgClassName
{
background-color: #7344EA;
}
</style>
border-color css
<style>
span { border-color: #7344EA; }
span { border-color: rgb(115,68,234); }
td.TdClassName
{
border-color: #7344EA;
}
.TagClassName
{
border-color: #7344EA;
}
</style>