Shades of Medium Slate Blue #7163FF
Tints of Medium Slate Blue #7163FF
RGB
CMYK
RGB Variations
Color information
#7163FF (or 0x7163FF) is known color: Medium Slate Blue. HEX triplet: 71, 63 and FF. RGB value is (113,99,255). Sum of RGB (Red+Green+Blue) = 113+99+255=467 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.20% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #7163FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7163FF is #8E9C00. Grayscale: #787878. Windows color (decimal): -9346049 or 16737137. OLE color: 16737137.
HSL color Cylindrical-coordinate representation of color #7163FF: hue angle of 245.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7163FF is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 99 | 255 | - |
| CMYK | 0.56 | 0.61 | 0 | 0 |
| HSL | 245.38º | 1% | 0.69% | - |
| HSV(B) | 245.38º | 0.61% | 1% | - |
| XYZ | 29.32 | 19.65 | 96.86 | - |
| YUV | 120.97 | 203.64 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 255 | 0.56 | 0.61 | 0 | 0 | 245.38 | 1 | 0.69 |
| Hex | 71 | 63 | FF | 38 | 3D | 0 | 0 | F5 | 64 | 45 |
| Octal | 161 | 143 | 377 | 70 | 75 | 0 | 0 | 365 | 144 | 105 |
| Binary | 1110001 | 1100011 | 11111111 | 111000 | 111101 | 0 | 0 | 11110101 | 1100100 | 1000101 |
Color Harmonies of #7163FF
Complementary color
Monochromatic Colors of #7163FF
Black with #7163FF
Text Example
Text Example
White with #7163FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163FF; }
p { color: rgb(113,99,255); }
H1.HeaderClassName
{
color: #7163FF;
}
.AnyTagClassName
{
color: #7163FF;
}
</style>
background-color css
<style>
a { background-color: #7163FF; }
a { background-color: rgb(113,99,255); }
div.DivClassName
{
background-color: #7163FF;
}
.BgClassName
{
background-color: #7163FF;
}
</style>
border-color css
<style>
span { border-color: #7163FF; }
span { border-color: rgb(113,99,255); }
td.TdClassName
{
border-color: #7163FF;
}
.TagClassName
{
border-color: #7163FF;
}
</style>