Shades of Medium Slate Blue #7371FA
Tints of Medium Slate Blue #7371FA
RGB
CMYK
RGB Variations
Color information
#7371FA (or 0x7371FA) is known color: Medium Slate Blue. HEX triplet: 73, 71 and FA. RGB value is (115,113,250). Sum of RGB (Red+Green+Blue) = 115+113+250=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #7371FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7371FA is #8C8E05. Grayscale: #808080. Windows color (decimal): -9211398 or 16413043. OLE color: 16413043.
HSL color Cylindrical-coordinate representation of color #7371FA: hue angle of 240.88º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7371FA is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 113 | 250 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.02 |
| HSL | 240.88º | 0.93% | 0.71% | - |
| HSV(B) | 240.88º | 0.55% | 0.98% | - |
| XYZ | 30.23 | 22.36 | 93.16 | - |
| YUV | 129.22 | 196.16 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 250 | 0.54 | 0.55 | 0 | 0.02 | 240.88 | 0.93 | 0.71 |
| Hex | 73 | 71 | FA | 36 | 37 | 0 | 2 | F1 | 5D | 47 |
| Octal | 163 | 161 | 372 | 66 | 67 | 0 | 2 | 361 | 135 | 107 |
| Binary | 1110011 | 1110001 | 11111010 | 110110 | 110111 | 0 | 10 | 11110001 | 1011101 | 1000111 |
Color Harmonies of #7371FA
Complementary color
Monochromatic Colors of #7371FA
Black with #7371FA
Text Example
Text Example
White with #7371FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7371FA; }
p { color: rgb(115,113,250); }
H1.HeaderClassName
{
color: #7371FA;
}
.AnyTagClassName
{
color: #7371FA;
}
</style>
background-color css
<style>
a { background-color: #7371FA; }
a { background-color: rgb(115,113,250); }
div.DivClassName
{
background-color: #7371FA;
}
.BgClassName
{
background-color: #7371FA;
}
</style>
border-color css
<style>
span { border-color: #7371FA; }
span { border-color: rgb(115,113,250); }
td.TdClassName
{
border-color: #7371FA;
}
.TagClassName
{
border-color: #7371FA;
}
</style>