Shades of Medium Slate Blue #7A7EEE
Tints of Medium Slate Blue #7A7EEE
RGB
CMYK
RGB Variations
Color information
#7A7EEE (or 0x7A7EEE) is known color: Medium Slate Blue. HEX triplet: 7A, 7E and EE. RGB value is (122,126,238). Sum of RGB (Red+Green+Blue) = 122+126+238=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A7EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7EEE is #858111. Grayscale: #898989. Windows color (decimal): -8749330 or 15629946. OLE color: 15629946.
HSL color Cylindrical-coordinate representation of color #7A7EEE: hue angle of 237.93º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A7EEE is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 126 | 238 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.07 |
| HSL | 237.93º | 0.77% | 0.71% | - |
| HSV(B) | 237.93º | 0.49% | 0.93% | - |
| XYZ | 30.92 | 25.23 | 84.13 | - |
| YUV | 137.57 | 184.67 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 238 | 0.49 | 0.47 | 0 | 0.07 | 237.93 | 0.77 | 0.71 |
| Hex | 7A | 7E | EE | 31 | 2F | 0 | 7 | EE | 4D | 47 |
| Octal | 172 | 176 | 356 | 61 | 57 | 0 | 7 | 356 | 115 | 107 |
| Binary | 1111010 | 1111110 | 11101110 | 110001 | 101111 | 0 | 111 | 11101110 | 1001101 | 1000111 |
Color Harmonies of #7A7EEE
Complementary color
Monochromatic Colors of #7A7EEE
Black with #7A7EEE
Text Example
Text Example
White with #7A7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7EEE; }
p { color: rgb(122,126,238); }
H1.HeaderClassName
{
color: #7A7EEE;
}
.AnyTagClassName
{
color: #7A7EEE;
}
</style>
background-color css
<style>
a { background-color: #7A7EEE; }
a { background-color: rgb(122,126,238); }
div.DivClassName
{
background-color: #7A7EEE;
}
.BgClassName
{
background-color: #7A7EEE;
}
</style>
border-color css
<style>
span { border-color: #7A7EEE; }
span { border-color: rgb(122,126,238); }
td.TdClassName
{
border-color: #7A7EEE;
}
.TagClassName
{
border-color: #7A7EEE;
}
</style>