Shades of Medium Slate Blue #7355EA
Tints of Medium Slate Blue #7355EA
RGB
CMYK
RGB Variations
Color information
#7355EA (or 0x7355EA) is known color: Medium Slate Blue. HEX triplet: 73, 55 and EA. RGB value is (115,85,234). Sum of RGB (Red+Green+Blue) = 115+85+234=434 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.50% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #7355EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355EA is #8CAA15. Grayscale: #6E6E6E. Windows color (decimal): -9218582 or 15357299. OLE color: 15357299.
HSL color Cylindrical-coordinate representation of color #7355EA: hue angle of 252.08º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7355EA is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 115 | 85 | 234 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.08 |
| HSL | 252.08º | 0.78% | 0.63% | - |
| HSV(B) | 252.08º | 0.64% | 0.92% | - |
| XYZ | 25.17 | 16.08 | 79.62 | - |
| YUV | 110.96 | 197.44 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 234 | 0.51 | 0.64 | 0 | 0.08 | 252.08 | 0.78 | 0.63 |
| Hex | 73 | 55 | EA | 33 | 40 | 0 | 8 | FC | 4E | 3F |
| Octal | 163 | 125 | 352 | 63 | 100 | 0 | 10 | 374 | 116 | 77 |
| Binary | 1110011 | 1010101 | 11101010 | 110011 | 1000000 | 0 | 1000 | 11111100 | 1001110 | 111111 |
Color Harmonies of #7355EA
Complementary color
Monochromatic Colors of #7355EA
Black with #7355EA
Text Example
Text Example
White with #7355EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355EA; }
p { color: rgb(115,85,234); }
H1.HeaderClassName
{
color: #7355EA;
}
.AnyTagClassName
{
color: #7355EA;
}
</style>
background-color css
<style>
a { background-color: #7355EA; }
a { background-color: rgb(115,85,234); }
div.DivClassName
{
background-color: #7355EA;
}
.BgClassName
{
background-color: #7355EA;
}
</style>
border-color css
<style>
span { border-color: #7355EA; }
span { border-color: rgb(115,85,234); }
td.TdClassName
{
border-color: #7355EA;
}
.TagClassName
{
border-color: #7355EA;
}
</style>