Shades of Medium Slate Blue #7355E4
Tints of Medium Slate Blue #7355E4
RGB
CMYK
RGB Variations
Color information
#7355E4 (or 0x7355E4) is known color: Medium Slate Blue. HEX triplet: 73, 55 and E4. RGB value is (115,85,228). Sum of RGB (Red+Green+Blue) = 115+85+228=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #7355E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7355E4 is #8CAA1B. Grayscale: #6D6D6D. Windows color (decimal): -9218588 or 14964083. OLE color: 14964083.
HSL color Cylindrical-coordinate representation of color #7355E4: hue angle of 252.59º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7355E4 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 85 | 228 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.11 |
| HSL | 252.59º | 0.73% | 0.61% | - |
| HSV(B) | 252.59º | 0.63% | 0.89% | - |
| XYZ | 24.32 | 15.74 | 75.16 | - |
| YUV | 110.27 | 194.44 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 228 | 0.50 | 0.63 | 0 | 0.11 | 252.59 | 0.73 | 0.61 |
| Hex | 73 | 55 | E4 | 32 | 3F | 0 | B | FD | 49 | 3D |
| Octal | 163 | 125 | 344 | 62 | 77 | 0 | 13 | 375 | 111 | 75 |
| Binary | 1110011 | 1010101 | 11100100 | 110010 | 111111 | 0 | 1011 | 11111101 | 1001001 | 111101 |
Color Harmonies of #7355E4
Complementary color
Monochromatic Colors of #7355E4
Black with #7355E4
Text Example
Text Example
White with #7355E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355E4; }
p { color: rgb(115,85,228); }
H1.HeaderClassName
{
color: #7355E4;
}
.AnyTagClassName
{
color: #7355E4;
}
</style>
background-color css
<style>
a { background-color: #7355E4; }
a { background-color: rgb(115,85,228); }
div.DivClassName
{
background-color: #7355E4;
}
.BgClassName
{
background-color: #7355E4;
}
</style>
border-color css
<style>
span { border-color: #7355E4; }
span { border-color: rgb(115,85,228); }
td.TdClassName
{
border-color: #7355E4;
}
.TagClassName
{
border-color: #7355E4;
}
</style>