Shades of Medium Slate Blue #7355EE
Tints of Medium Slate Blue #7355EE
RGB
CMYK
RGB Variations
Color information
#7355EE (or 0x7355EE) is known color: Medium Slate Blue. HEX triplet: 73, 55 and EE. RGB value is (115,85,238). Sum of RGB (Red+Green+Blue) = 115+85+238=438 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.26% from 438); Green value is 85 (33.59% from 255 or 19.41% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #7355EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355EE is #8CAA11. Grayscale: #6E6E6E. Windows color (decimal): -9218578 or 15619443. OLE color: 15619443.
HSL color Cylindrical-coordinate representation of color #7355EE: hue angle of 251.76º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7355EE is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 85 | 238 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.07 |
| HSL | 251.76º | 0.82% | 0.63% | - |
| HSV(B) | 251.76º | 0.64% | 0.93% | - |
| XYZ | 25.75 | 16.31 | 82.68 | - |
| YUV | 111.41 | 199.44 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 238 | 0.52 | 0.64 | 0 | 0.07 | 251.76 | 0.82 | 0.63 |
| Hex | 73 | 55 | EE | 34 | 40 | 0 | 7 | FC | 52 | 3F |
| Octal | 163 | 125 | 356 | 64 | 100 | 0 | 7 | 374 | 122 | 77 |
| Binary | 1110011 | 1010101 | 11101110 | 110100 | 1000000 | 0 | 111 | 11111100 | 1010010 | 111111 |
Color Harmonies of #7355EE
Complementary color
Monochromatic Colors of #7355EE
Black with #7355EE
Text Example
Text Example
White with #7355EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355EE; }
p { color: rgb(115,85,238); }
H1.HeaderClassName
{
color: #7355EE;
}
.AnyTagClassName
{
color: #7355EE;
}
</style>
background-color css
<style>
a { background-color: #7355EE; }
a { background-color: rgb(115,85,238); }
div.DivClassName
{
background-color: #7355EE;
}
.BgClassName
{
background-color: #7355EE;
}
</style>
border-color css
<style>
span { border-color: #7355EE; }
span { border-color: rgb(115,85,238); }
td.TdClassName
{
border-color: #7355EE;
}
.TagClassName
{
border-color: #7355EE;
}
</style>