Shades of Medium Slate Blue #7162FA
Tints of Medium Slate Blue #7162FA
RGB
CMYK
RGB Variations
Color information
#7162FA (or 0x7162FA) is known color: Medium Slate Blue. HEX triplet: 71, 62 and FA. RGB value is (113,98,250). Sum of RGB (Red+Green+Blue) = 113+98+250=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 250 (98.05% from 255 or 54.23% from 461); Max value from RGB is 250 - color contains mainly: blue. Hex color #7162FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7162FA is #8E9D05. Grayscale: #777777. Windows color (decimal): -9346310 or 16409201. OLE color: 16409201.
HSL color Cylindrical-coordinate representation of color #7162FA: hue angle of 245.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7162FA is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 113 | 98 | 250 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.02 |
| HSL | 245.92º | 0.94% | 0.68% | - |
| HSV(B) | 245.92º | 0.61% | 0.98% | - |
| XYZ | 28.43 | 19.15 | 92.64 | - |
| YUV | 119.81 | 201.47 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 98 | 250 | 0.55 | 0.61 | 0 | 0.02 | 245.92 | 0.94 | 0.68 |
| Hex | 71 | 62 | FA | 37 | 3D | 0 | 2 | F6 | 5E | 44 |
| Octal | 161 | 142 | 372 | 67 | 75 | 0 | 2 | 366 | 136 | 104 |
| Binary | 1110001 | 1100010 | 11111010 | 110111 | 111101 | 0 | 10 | 11110110 | 1011110 | 1000100 |
Color Harmonies of #7162FA
Complementary color
Monochromatic Colors of #7162FA
Black with #7162FA
Text Example
Text Example
White with #7162FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7162FA; }
p { color: rgb(113,98,250); }
H1.HeaderClassName
{
color: #7162FA;
}
.AnyTagClassName
{
color: #7162FA;
}
</style>
background-color css
<style>
a { background-color: #7162FA; }
a { background-color: rgb(113,98,250); }
div.DivClassName
{
background-color: #7162FA;
}
.BgClassName
{
background-color: #7162FA;
}
</style>
border-color css
<style>
span { border-color: #7162FA; }
span { border-color: rgb(113,98,250); }
td.TdClassName
{
border-color: #7162FA;
}
.TagClassName
{
border-color: #7162FA;
}
</style>