Shades of Medium Slate Blue #7976EF
Tints of Medium Slate Blue #7976EF
RGB
CMYK
RGB Variations
Color information
#7976EF (or 0x7976EF) is known color: Medium Slate Blue. HEX triplet: 79, 76 and EF. RGB value is (121,118,239). Sum of RGB (Red+Green+Blue) = 121+118+239=478 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.31% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #7976EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7976EF is #868910. Grayscale: #848484. Windows color (decimal): -8816913 or 15693433. OLE color: 15693433.
HSL color Cylindrical-coordinate representation of color #7976EF: hue angle of 241.49º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7976EF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 118 | 239 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.06 |
| HSL | 241.49º | 0.79% | 0.7% | - |
| HSV(B) | 241.49º | 0.51% | 0.94% | - |
| XYZ | 29.94 | 23.25 | 84.57 | - |
| YUV | 132.69 | 187.99 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 118 | 239 | 0.49 | 0.51 | 0 | 0.06 | 241.49 | 0.79 | 0.7 |
| Hex | 79 | 76 | EF | 31 | 33 | 0 | 6 | F1 | 4F | 46 |
| Octal | 171 | 166 | 357 | 61 | 63 | 0 | 6 | 361 | 117 | 106 |
| Binary | 1111001 | 1110110 | 11101111 | 110001 | 110011 | 0 | 110 | 11110001 | 1001111 | 1000110 |
Color Harmonies of #7976EF
Complementary color
Monochromatic Colors of #7976EF
Black with #7976EF
Text Example
Text Example
White with #7976EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7976EF; }
p { color: rgb(121,118,239); }
H1.HeaderClassName
{
color: #7976EF;
}
.AnyTagClassName
{
color: #7976EF;
}
</style>
background-color css
<style>
a { background-color: #7976EF; }
a { background-color: rgb(121,118,239); }
div.DivClassName
{
background-color: #7976EF;
}
.BgClassName
{
background-color: #7976EF;
}
</style>
border-color css
<style>
span { border-color: #7976EF; }
span { border-color: rgb(121,118,239); }
td.TdClassName
{
border-color: #7976EF;
}
.TagClassName
{
border-color: #7976EF;
}
</style>