Shades of Medium Slate Blue #7155FE
Tints of Medium Slate Blue #7155FE
RGB
CMYK
RGB Variations
Color information
#7155FE (or 0x7155FE) is known color: Medium Slate Blue. HEX triplet: 71, 55 and FE. RGB value is (113,85,254). Sum of RGB (Red+Green+Blue) = 113+85+254=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #7155FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7155FE is #8EAA01. Grayscale: #6F6F6F. Windows color (decimal): -9349634 or 16668017. OLE color: 16668017.
HSL color Cylindrical-coordinate representation of color #7155FE: hue angle of 249.94º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7155FE is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 85 | 254 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.00 |
| HSL | 249.94º | 0.99% | 0.66% | - |
| HSV(B) | 249.94º | 0.67% | 1% | - |
| XYZ | 27.95 | 17.16 | 95.61 | - |
| YUV | 112.64 | 207.78 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 85 | 254 | 0.56 | 0.67 | 0 | 0.00 | 249.94 | 0.99 | 0.66 |
| Hex | 71 | 55 | FE | 38 | 43 | 0 | 0 | FA | 63 | 42 |
| Octal | 161 | 125 | 376 | 70 | 103 | 0 | 0 | 372 | 143 | 102 |
| Binary | 1110001 | 1010101 | 11111110 | 111000 | 1000011 | 0 | 0 | 11111010 | 1100011 | 1000010 |
Color Harmonies of #7155FE
Complementary color
Monochromatic Colors of #7155FE
Black with #7155FE
Text Example
Text Example
White with #7155FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7155FE; }
p { color: rgb(113,85,254); }
H1.HeaderClassName
{
color: #7155FE;
}
.AnyTagClassName
{
color: #7155FE;
}
</style>
background-color css
<style>
a { background-color: #7155FE; }
a { background-color: rgb(113,85,254); }
div.DivClassName
{
background-color: #7155FE;
}
.BgClassName
{
background-color: #7155FE;
}
</style>
border-color css
<style>
span { border-color: #7155FE; }
span { border-color: rgb(113,85,254); }
td.TdClassName
{
border-color: #7155FE;
}
.TagClassName
{
border-color: #7155FE;
}
</style>