Shades of Medium Slate Blue #7982ED
Tints of Medium Slate Blue #7982ED
RGB
CMYK
RGB Variations
Color information
#7982ED (or 0x7982ED) is known color: Medium Slate Blue. HEX triplet: 79, 82 and ED. RGB value is (121,130,237). Sum of RGB (Red+Green+Blue) = 121+130+237=488 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.80% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7982ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7982ED is #867D12. Grayscale: #8B8B8B. Windows color (decimal): -8813843 or 15565433. OLE color: 15565433.
HSL color Cylindrical-coordinate representation of color #7982ED: hue angle of 235.34º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7982ED is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 130 | 237 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.07 |
| HSL | 235.34º | 0.76% | 0.7% | - |
| HSV(B) | 235.34º | 0.49% | 0.93% | - |
| XYZ | 31.15 | 26.14 | 83.53 | - |
| YUV | 139.51 | 183.02 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 237 | 0.49 | 0.45 | 0 | 0.07 | 235.34 | 0.76 | 0.7 |
| Hex | 79 | 82 | ED | 31 | 2D | 0 | 7 | EB | 4C | 46 |
| Octal | 171 | 202 | 355 | 61 | 55 | 0 | 7 | 353 | 114 | 106 |
| Binary | 1111001 | 10000010 | 11101101 | 110001 | 101101 | 0 | 111 | 11101011 | 1001100 | 1000110 |
Color Harmonies of #7982ED
Complementary color
Monochromatic Colors of #7982ED
Black with #7982ED
Text Example
Text Example
White with #7982ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982ED; }
p { color: rgb(121,130,237); }
H1.HeaderClassName
{
color: #7982ED;
}
.AnyTagClassName
{
color: #7982ED;
}
</style>
background-color css
<style>
a { background-color: #7982ED; }
a { background-color: rgb(121,130,237); }
div.DivClassName
{
background-color: #7982ED;
}
.BgClassName
{
background-color: #7982ED;
}
</style>
border-color css
<style>
span { border-color: #7982ED; }
span { border-color: rgb(121,130,237); }
td.TdClassName
{
border-color: #7982ED;
}
.TagClassName
{
border-color: #7982ED;
}
</style>