Shades of Medium Slate Blue #7155FF
Tints of Medium Slate Blue #7155FF
RGB
CMYK
RGB Variations
Color information
#7155FF (or 0x7155FF) is known color: Medium Slate Blue. HEX triplet: 71, 55 and FF. RGB value is (113,85,255). Sum of RGB (Red+Green+Blue) = 113+85+255=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #7155FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155FF is #8EAA00. Grayscale: #707070. Windows color (decimal): -9349633 or 16733553. OLE color: 16733553.
HSL color Cylindrical-coordinate representation of color #7155FF: hue angle of 249.88º 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 #7155FF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 85 | 255 | - |
| CMYK | 0.56 | 0.67 | 0 | 0 |
| HSL | 249.88º | 1% | 0.67% | - |
| HSV(B) | 249.88º | 0.67% | 1% | - |
| XYZ | 28.11 | 17.23 | 96.45 | - |
| YUV | 112.75 | 208.28 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 255 | 0.56 | 0.67 | 0 | 0 | 249.88 | 1 | 0.67 |
| Hex | 71 | 55 | FF | 38 | 43 | 0 | 0 | FA | 64 | 43 |
| Octal | 161 | 125 | 377 | 70 | 103 | 0 | 0 | 372 | 144 | 103 |
| Binary | 1110001 | 1010101 | 11111111 | 111000 | 1000011 | 0 | 0 | 11111010 | 1100100 | 1000011 |
Color Harmonies of #7155FF
Complementary color
Monochromatic Colors of #7155FF
Black with #7155FF
Text Example
Text Example
White with #7155FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155FF; }
p { color: rgb(113,85,255); }
H1.HeaderClassName
{
color: #7155FF;
}
.AnyTagClassName
{
color: #7155FF;
}
</style>
background-color css
<style>
a { background-color: #7155FF; }
a { background-color: rgb(113,85,255); }
div.DivClassName
{
background-color: #7155FF;
}
.BgClassName
{
background-color: #7155FF;
}
</style>
border-color css
<style>
span { border-color: #7155FF; }
span { border-color: rgb(113,85,255); }
td.TdClassName
{
border-color: #7155FF;
}
.TagClassName
{
border-color: #7155FF;
}
</style>