Shades of Medium Slate Blue #7A82EA
Tints of Medium Slate Blue #7A82EA
RGB
CMYK
RGB Variations
Color information
#7A82EA (or 0x7A82EA) is known color: Medium Slate Blue. HEX triplet: 7A, 82 and EA. RGB value is (122,130,234). Sum of RGB (Red+Green+Blue) = 122+130+234=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 130 (51.17% from 255 or 26.75% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A82EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7A82EA is #857D15. Grayscale: #8B8B8B. Windows color (decimal): -8748310 or 15368826. OLE color: 15368826.
HSL color Cylindrical-coordinate representation of color #7A82EA: hue angle of 235.71º 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 #7A82EA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 130 | 234 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.08 |
| HSL | 235.71º | 0.73% | 0.7% | - |
| HSV(B) | 235.71º | 0.48% | 0.92% | - |
| XYZ | 30.86 | 26.04 | 81.24 | - |
| YUV | 139.46 | 181.35 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 130 | 234 | 0.48 | 0.44 | 0 | 0.08 | 235.71 | 0.73 | 0.7 |
| Hex | 7A | 82 | EA | 30 | 2C | 0 | 8 | EC | 49 | 46 |
| Octal | 172 | 202 | 352 | 60 | 54 | 0 | 10 | 354 | 111 | 106 |
| Binary | 1111010 | 10000010 | 11101010 | 110000 | 101100 | 0 | 1000 | 11101100 | 1001001 | 1000110 |
Color Harmonies of #7A82EA
Complementary color
Monochromatic Colors of #7A82EA
Black with #7A82EA
Text Example
Text Example
White with #7A82EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A82EA; }
p { color: rgb(122,130,234); }
H1.HeaderClassName
{
color: #7A82EA;
}
.AnyTagClassName
{
color: #7A82EA;
}
</style>
background-color css
<style>
a { background-color: #7A82EA; }
a { background-color: rgb(122,130,234); }
div.DivClassName
{
background-color: #7A82EA;
}
.BgClassName
{
background-color: #7A82EA;
}
</style>
border-color css
<style>
span { border-color: #7A82EA; }
span { border-color: rgb(122,130,234); }
td.TdClassName
{
border-color: #7A82EA;
}
.TagClassName
{
border-color: #7A82EA;
}
</style>