Shades of Medium Slate Blue #7162DF
Tints of Medium Slate Blue #7162DF
RGB
CMYK
RGB Variations
Color information
#7162DF (or 0x7162DF) is known color: Medium Slate Blue. HEX triplet: 71, 62 and DF. RGB value is (113,98,223). Sum of RGB (Red+Green+Blue) = 113+98+223=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 98 (38.67% from 255 or 22.58% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #7162DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7162DF is #8E9D20. Grayscale: #747474. Windows color (decimal): -9346337 or 14639729. OLE color: 14639729.
HSL color Cylindrical-coordinate representation of color #7162DF: hue angle of 247.2º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7162DF is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 113 | 98 | 223 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.13 |
| HSL | 247.2º | 0.66% | 0.63% | - |
| HSV(B) | 247.2º | 0.56% | 0.87% | - |
| XYZ | 24.5 | 17.57 | 71.91 | - |
| YUV | 116.74 | 187.97 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 223 | 0.49 | 0.56 | 0 | 0.13 | 247.2 | 0.66 | 0.63 |
| Hex | 71 | 62 | DF | 31 | 38 | 0 | D | F7 | 42 | 3F |
| Octal | 161 | 142 | 337 | 61 | 70 | 0 | 15 | 367 | 102 | 77 |
| Binary | 1110001 | 1100010 | 11011111 | 110001 | 111000 | 0 | 1101 | 11110111 | 1000010 | 111111 |
Color Harmonies of #7162DF
Complementary color
Monochromatic Colors of #7162DF
Black with #7162DF
Text Example
Text Example
White with #7162DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7162DF; }
p { color: rgb(113,98,223); }
H1.HeaderClassName
{
color: #7162DF;
}
.AnyTagClassName
{
color: #7162DF;
}
</style>
background-color css
<style>
a { background-color: #7162DF; }
a { background-color: rgb(113,98,223); }
div.DivClassName
{
background-color: #7162DF;
}
.BgClassName
{
background-color: #7162DF;
}
</style>
border-color css
<style>
span { border-color: #7162DF; }
span { border-color: rgb(113,98,223); }
td.TdClassName
{
border-color: #7162DF;
}
.TagClassName
{
border-color: #7162DF;
}
</style>