Shades of Medium Slate Blue #7355FF
Tints of Medium Slate Blue #7355FF
RGB
CMYK
RGB Variations
Color information
#7355FF (or 0x7355FF) is known color: Medium Slate Blue. HEX triplet: 73, 55 and FF. RGB value is (115,85,255). Sum of RGB (Red+Green+Blue) = 115+85+255=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7355FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7355FF is #8CAA00. Grayscale: #707070. Windows color (decimal): -9218561 or 16733555. OLE color: 16733555.
HSL color Cylindrical-coordinate representation of color #7355FF: hue angle of 250.59º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7355FF is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 85 | 255 | - |
| CMYK | 0.55 | 0.67 | 0 | 0 |
| HSL | 250.59º | 1% | 0.67% | - |
| HSV(B) | 250.59º | 0.67% | 1% | - |
| XYZ | 28.37 | 17.36 | 96.46 | - |
| YUV | 113.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 85 | 255 | 0.55 | 0.67 | 0 | 0 | 250.59 | 1 | 0.67 |
| Hex | 73 | 55 | FF | 37 | 43 | 0 | 0 | FB | 64 | 43 |
| Octal | 163 | 125 | 377 | 67 | 103 | 0 | 0 | 373 | 144 | 103 |
| Binary | 1110011 | 1010101 | 11111111 | 110111 | 1000011 | 0 | 0 | 11111011 | 1100100 | 1000011 |
Color Harmonies of #7355FF
Complementary color
Monochromatic Colors of #7355FF
Black with #7355FF
Text Example
Text Example
White with #7355FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7355FF; }
p { color: rgb(115,85,255); }
H1.HeaderClassName
{
color: #7355FF;
}
.AnyTagClassName
{
color: #7355FF;
}
</style>
background-color css
<style>
a { background-color: #7355FF; }
a { background-color: rgb(115,85,255); }
div.DivClassName
{
background-color: #7355FF;
}
.BgClassName
{
background-color: #7355FF;
}
</style>
border-color css
<style>
span { border-color: #7355FF; }
span { border-color: rgb(115,85,255); }
td.TdClassName
{
border-color: #7355FF;
}
.TagClassName
{
border-color: #7355FF;
}
</style>