Shades of Medium Slate Blue #7982EA
Tints of Medium Slate Blue #7982EA
RGB
CMYK
RGB Variations
Color information
#7982EA (or 0x7982EA) is known color: Medium Slate Blue. HEX triplet: 79, 82 and EA. RGB value is (121,130,234). Sum of RGB (Red+Green+Blue) = 121+130+234=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 130 (51.17% from 255 or 26.80% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #7982EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7982EA is #867D15. Grayscale: #8A8A8A. Windows color (decimal): -8813846 or 15368825. OLE color: 15368825.
HSL color Cylindrical-coordinate representation of color #7982EA: hue angle of 235.22º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7982EA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 130 | 234 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.08 |
| HSL | 235.22º | 0.73% | 0.7% | - |
| HSV(B) | 235.22º | 0.48% | 0.92% | - |
| XYZ | 30.72 | 25.97 | 81.24 | - |
| YUV | 139.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 234 | 0.48 | 0.44 | 0 | 0.08 | 235.22 | 0.73 | 0.7 |
| Hex | 79 | 82 | EA | 30 | 2C | 0 | 8 | EB | 49 | 46 |
| Octal | 171 | 202 | 352 | 60 | 54 | 0 | 10 | 353 | 111 | 106 |
| Binary | 1111001 | 10000010 | 11101010 | 110000 | 101100 | 0 | 1000 | 11101011 | 1001001 | 1000110 |
Color Harmonies of #7982EA
Complementary color
Monochromatic Colors of #7982EA
Black with #7982EA
Text Example
Text Example
White with #7982EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982EA; }
p { color: rgb(121,130,234); }
H1.HeaderClassName
{
color: #7982EA;
}
.AnyTagClassName
{
color: #7982EA;
}
</style>
background-color css
<style>
a { background-color: #7982EA; }
a { background-color: rgb(121,130,234); }
div.DivClassName
{
background-color: #7982EA;
}
.BgClassName
{
background-color: #7982EA;
}
</style>
border-color css
<style>
span { border-color: #7982EA; }
span { border-color: rgb(121,130,234); }
td.TdClassName
{
border-color: #7982EA;
}
.TagClassName
{
border-color: #7982EA;
}
</style>