Shades of Medium Slate Blue #7345EA
Tints of Medium Slate Blue #7345EA
RGB
CMYK
RGB Variations
Color information
#7345EA (or 0x7345EA) is known color: Medium Slate Blue. HEX triplet: 73, 45 and EA. RGB value is (115,69,234). Sum of RGB (Red+Green+Blue) = 115+69+234=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #7345EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7345EA is #8CBA15. Grayscale: #646464. Windows color (decimal): -9222678 or 15353203. OLE color: 15353203.
HSL color Cylindrical-coordinate representation of color #7345EA: hue angle of 256.73º 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 #7345EA is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 69 | 234 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.08 |
| HSL | 256.73º | 0.8% | 0.59% | - |
| HSV(B) | 256.73º | 0.71% | 0.92% | - |
| XYZ | 24.05 | 13.84 | 79.25 | - |
| YUV | 101.56 | 202.74 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 69 | 234 | 0.51 | 0.71 | 0 | 0.08 | 256.73 | 0.8 | 0.59 |
| Hex | 73 | 45 | EA | 33 | 47 | 0 | 8 | 101 | 50 | 3B |
| Octal | 163 | 105 | 352 | 63 | 107 | 0 | 10 | 401 | 120 | 73 |
| Binary | 1110011 | 1000101 | 11101010 | 110011 | 1000111 | 0 | 1000 | 100000001 | 1010000 | 111011 |
Color Harmonies of #7345EA
Complementary color
Monochromatic Colors of #7345EA
Black with #7345EA
Text Example
Text Example
White with #7345EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7345EA; }
p { color: rgb(115,69,234); }
H1.HeaderClassName
{
color: #7345EA;
}
.AnyTagClassName
{
color: #7345EA;
}
</style>
background-color css
<style>
a { background-color: #7345EA; }
a { background-color: rgb(115,69,234); }
div.DivClassName
{
background-color: #7345EA;
}
.BgClassName
{
background-color: #7345EA;
}
</style>
border-color css
<style>
span { border-color: #7345EA; }
span { border-color: rgb(115,69,234); }
td.TdClassName
{
border-color: #7345EA;
}
.TagClassName
{
border-color: #7345EA;
}
</style>