Shades of Medium Slate Blue #7355E9
Tints of Medium Slate Blue #7355E9
RGB
CMYK
RGB Variations
Color information
#7355E9 (or 0x7355E9) is known color: Medium Slate Blue. HEX triplet: 73, 55 and E9. RGB value is (115,85,233). Sum of RGB (Red+Green+Blue) = 115+85+233=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 233 (91.41% from 255 or 53.81% from 433); Max value from RGB is 233 - color contains mainly: blue. Hex color #7355E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355E9 is #8CAA16. Grayscale: #6E6E6E. Windows color (decimal): -9218583 or 15291763. OLE color: 15291763.
HSL color Cylindrical-coordinate representation of color #7355E9: hue angle of 252.16º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7355E9 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 115 | 85 | 233 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.09 |
| HSL | 252.16º | 0.77% | 0.62% | - |
| HSV(B) | 252.16º | 0.64% | 0.91% | - |
| XYZ | 25.03 | 16.03 | 78.86 | - |
| YUV | 110.84 | 196.94 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 233 | 0.51 | 0.64 | 0 | 0.09 | 252.16 | 0.77 | 0.62 |
| Hex | 73 | 55 | E9 | 33 | 40 | 0 | 9 | FC | 4D | 3E |
| Octal | 163 | 125 | 351 | 63 | 100 | 0 | 11 | 374 | 115 | 76 |
| Binary | 1110011 | 1010101 | 11101001 | 110011 | 1000000 | 0 | 1001 | 11111100 | 1001101 | 111110 |
Color Harmonies of #7355E9
Complementary color
Monochromatic Colors of #7355E9
Black with #7355E9
Text Example
Text Example
White with #7355E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355E9; }
p { color: rgb(115,85,233); }
H1.HeaderClassName
{
color: #7355E9;
}
.AnyTagClassName
{
color: #7355E9;
}
</style>
background-color css
<style>
a { background-color: #7355E9; }
a { background-color: rgb(115,85,233); }
div.DivClassName
{
background-color: #7355E9;
}
.BgClassName
{
background-color: #7355E9;
}
</style>
border-color css
<style>
span { border-color: #7355E9; }
span { border-color: rgb(115,85,233); }
td.TdClassName
{
border-color: #7355E9;
}
.TagClassName
{
border-color: #7355E9;
}
</style>