Shades of Medium Slate Blue #7163ED
Tints of Medium Slate Blue #7163ED
RGB
CMYK
RGB Variations
Color information
#7163ED (or 0x7163ED) is known color: Medium Slate Blue. HEX triplet: 71, 63 and ED. RGB value is (113,99,237). Sum of RGB (Red+Green+Blue) = 113+99+237=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 99 (39.06% from 255 or 22.05% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #7163ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7163ED is #8E9C12. Grayscale: #767676. Windows color (decimal): -9346067 or 15557489. OLE color: 15557489.
HSL color Cylindrical-coordinate representation of color #7163ED: hue angle of 246.09º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7163ED is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 113 | 99 | 237 | - |
| CMYK | 0.52 | 0.58 | 0 | 0.07 |
| HSL | 246.09º | 0.79% | 0.66% | - |
| HSV(B) | 246.09º | 0.58% | 0.93% | - |
| XYZ | 26.56 | 18.55 | 82.3 | - |
| YUV | 118.92 | 194.64 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 237 | 0.52 | 0.58 | 0 | 0.07 | 246.09 | 0.79 | 0.66 |
| Hex | 71 | 63 | ED | 34 | 3A | 0 | 7 | F6 | 4F | 42 |
| Octal | 161 | 143 | 355 | 64 | 72 | 0 | 7 | 366 | 117 | 102 |
| Binary | 1110001 | 1100011 | 11101101 | 110100 | 111010 | 0 | 111 | 11110110 | 1001111 | 1000010 |
Color Harmonies of #7163ED
Complementary color
Monochromatic Colors of #7163ED
Black with #7163ED
Text Example
Text Example
White with #7163ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163ED; }
p { color: rgb(113,99,237); }
H1.HeaderClassName
{
color: #7163ED;
}
.AnyTagClassName
{
color: #7163ED;
}
</style>
background-color css
<style>
a { background-color: #7163ED; }
a { background-color: rgb(113,99,237); }
div.DivClassName
{
background-color: #7163ED;
}
.BgClassName
{
background-color: #7163ED;
}
</style>
border-color css
<style>
span { border-color: #7163ED; }
span { border-color: rgb(113,99,237); }
td.TdClassName
{
border-color: #7163ED;
}
.TagClassName
{
border-color: #7163ED;
}
</style>