Shades of Medium Slate Blue #7155FD
Tints of Medium Slate Blue #7155FD
RGB
CMYK
RGB Variations
Color information
#7155FD (or 0x7155FD) is known color: Medium Slate Blue. HEX triplet: 71, 55 and FD. RGB value is (113,85,253). Sum of RGB (Red+Green+Blue) = 113+85+253=451 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.06% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #7155FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155FD is #8EAA02. Grayscale: #6F6F6F. Windows color (decimal): -9349635 or 16602481. OLE color: 16602481.
HSL color Cylindrical-coordinate representation of color #7155FD: hue angle of 250º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7155FD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 113 | 85 | 253 | - |
| CMYK | 0.55 | 0.66 | 0 | 0.01 |
| HSL | 250º | 0.98% | 0.66% | - |
| HSV(B) | 250º | 0.66% | 0.99% | - |
| XYZ | 27.79 | 17.1 | 94.76 | - |
| YUV | 112.52 | 207.28 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 253 | 0.55 | 0.66 | 0 | 0.01 | 250 | 0.98 | 0.66 |
| Hex | 71 | 55 | FD | 37 | 42 | 0 | 1 | FA | 62 | 42 |
| Octal | 161 | 125 | 375 | 67 | 102 | 0 | 1 | 372 | 142 | 102 |
| Binary | 1110001 | 1010101 | 11111101 | 110111 | 1000010 | 0 | 1 | 11111010 | 1100010 | 1000010 |
Color Harmonies of #7155FD
Complementary color
Monochromatic Colors of #7155FD
Black with #7155FD
Text Example
Text Example
White with #7155FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155FD; }
p { color: rgb(113,85,253); }
H1.HeaderClassName
{
color: #7155FD;
}
.AnyTagClassName
{
color: #7155FD;
}
</style>
background-color css
<style>
a { background-color: #7155FD; }
a { background-color: rgb(113,85,253); }
div.DivClassName
{
background-color: #7155FD;
}
.BgClassName
{
background-color: #7155FD;
}
</style>
border-color css
<style>
span { border-color: #7155FD; }
span { border-color: rgb(113,85,253); }
td.TdClassName
{
border-color: #7155FD;
}
.TagClassName
{
border-color: #7155FD;
}
</style>