Shades of Medium Slate Blue #7671EC
Tints of Medium Slate Blue #7671EC
RGB
CMYK
RGB Variations
Color information
#7671EC (or 0x7671EC) is known color: Medium Slate Blue. HEX triplet: 76, 71 and EC. RGB value is (118,113,236). Sum of RGB (Red+Green+Blue) = 118+113+236=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #7671EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7671EC is #898E13. Grayscale: #808080. Windows color (decimal): -9014804 or 15495542. OLE color: 15495542.
HSL color Cylindrical-coordinate representation of color #7671EC: hue angle of 242.44º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7671EC is Cyan = 0.5, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 113 | 236 | - |
| CMYK | 0.5 | 0.52 | 0 | 0.07 |
| HSL | 242.44º | 0.76% | 0.68% | - |
| HSV(B) | 242.44º | 0.52% | 0.93% | - |
| XYZ | 28.52 | 21.72 | 82.05 | - |
| YUV | 128.52 | 188.66 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 113 | 236 | 0.5 | 0.52 | 0 | 0.07 | 242.44 | 0.76 | 0.68 |
| Hex | 76 | 71 | EC | 32 | 34 | 0 | 7 | F2 | 4C | 44 |
| Octal | 166 | 161 | 354 | 62 | 64 | 0 | 7 | 362 | 114 | 104 |
| Binary | 1110110 | 1110001 | 11101100 | 110010 | 110100 | 0 | 111 | 11110010 | 1001100 | 1000100 |
Color Harmonies of #7671EC
Complementary color
Monochromatic Colors of #7671EC
Black with #7671EC
Text Example
Text Example
White with #7671EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7671EC; }
p { color: rgb(118,113,236); }
H1.HeaderClassName
{
color: #7671EC;
}
.AnyTagClassName
{
color: #7671EC;
}
</style>
background-color css
<style>
a { background-color: #7671EC; }
a { background-color: rgb(118,113,236); }
div.DivClassName
{
background-color: #7671EC;
}
.BgClassName
{
background-color: #7671EC;
}
</style>
border-color css
<style>
span { border-color: #7671EC; }
span { border-color: rgb(118,113,236); }
td.TdClassName
{
border-color: #7671EC;
}
.TagClassName
{
border-color: #7671EC;
}
</style>