Shades of Medium Slate Blue #7377F7
Tints of Medium Slate Blue #7377F7
RGB
CMYK
RGB Variations
Color information
#7377F7 (or 0x7377F7) is known color: Medium Slate Blue. HEX triplet: 73, 77 and F7. RGB value is (115,119,247). Sum of RGB (Red+Green+Blue) = 115+119+247=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #7377F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7377F7 is #8C8808. Grayscale: #838383. Windows color (decimal): -9209865 or 16217971. OLE color: 16217971.
HSL color Cylindrical-coordinate representation of color #7377F7: hue angle of 238.18º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7377F7 is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 119 | 247 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.03 |
| HSL | 238.18º | 0.89% | 0.71% | - |
| HSV(B) | 238.18º | 0.53% | 0.97% | - |
| XYZ | 30.46 | 23.55 | 90.94 | - |
| YUV | 132.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 119 | 247 | 0.53 | 0.52 | 0 | 0.03 | 238.18 | 0.89 | 0.71 |
| Hex | 73 | 77 | F7 | 35 | 34 | 0 | 3 | EE | 59 | 47 |
| Octal | 163 | 167 | 367 | 65 | 64 | 0 | 3 | 356 | 131 | 107 |
| Binary | 1110011 | 1110111 | 11110111 | 110101 | 110100 | 0 | 11 | 11101110 | 1011001 | 1000111 |
Color Harmonies of #7377F7
Complementary color
Monochromatic Colors of #7377F7
Black with #7377F7
Text Example
Text Example
White with #7377F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7377F7; }
p { color: rgb(115,119,247); }
H1.HeaderClassName
{
color: #7377F7;
}
.AnyTagClassName
{
color: #7377F7;
}
</style>
background-color css
<style>
a { background-color: #7377F7; }
a { background-color: rgb(115,119,247); }
div.DivClassName
{
background-color: #7377F7;
}
.BgClassName
{
background-color: #7377F7;
}
</style>
border-color css
<style>
span { border-color: #7377F7; }
span { border-color: rgb(115,119,247); }
td.TdClassName
{
border-color: #7377F7;
}
.TagClassName
{
border-color: #7377F7;
}
</style>