Shades of Medium Slate Blue #7160FE
Tints of Medium Slate Blue #7160FE
RGB
CMYK
RGB Variations
Color information
#7160FE (or 0x7160FE) is known color: Medium Slate Blue. HEX triplet: 71, 60 and FE. RGB value is (113,96,254). Sum of RGB (Red+Green+Blue) = 113+96+254=463 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.41% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #7160FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7160FE is #8E9F01. Grayscale: #767676. Windows color (decimal): -9346818 or 16670833. OLE color: 16670833.
HSL color Cylindrical-coordinate representation of color #7160FE: hue angle of 246.46º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7160FE is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 96 | 254 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.00 |
| HSL | 246.46º | 0.99% | 0.69% | - |
| HSV(B) | 246.46º | 0.62% | 1% | - |
| XYZ | 28.88 | 19.03 | 95.92 | - |
| YUV | 119.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 96 | 254 | 0.56 | 0.62 | 0 | 0.00 | 246.46 | 0.99 | 0.69 |
| Hex | 71 | 60 | FE | 38 | 3E | 0 | 0 | F6 | 63 | 45 |
| Octal | 161 | 140 | 376 | 70 | 76 | 0 | 0 | 366 | 143 | 105 |
| Binary | 1110001 | 1100000 | 11111110 | 111000 | 111110 | 0 | 0 | 11110110 | 1100011 | 1000101 |
Color Harmonies of #7160FE
Complementary color
Monochromatic Colors of #7160FE
Black with #7160FE
Text Example
Text Example
White with #7160FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7160FE; }
p { color: rgb(113,96,254); }
H1.HeaderClassName
{
color: #7160FE;
}
.AnyTagClassName
{
color: #7160FE;
}
</style>
background-color css
<style>
a { background-color: #7160FE; }
a { background-color: rgb(113,96,254); }
div.DivClassName
{
background-color: #7160FE;
}
.BgClassName
{
background-color: #7160FE;
}
</style>
border-color css
<style>
span { border-color: #7160FE; }
span { border-color: rgb(113,96,254); }
td.TdClassName
{
border-color: #7160FE;
}
.TagClassName
{
border-color: #7160FE;
}
</style>