Shades of Medium Slate Blue #7A7BEE
Tints of Medium Slate Blue #7A7BEE
RGB
CMYK
RGB Variations
Color information
#7A7BEE (or 0x7A7BEE) is known color: Medium Slate Blue. HEX triplet: 7A, 7B and EE. RGB value is (122,123,238). Sum of RGB (Red+Green+Blue) = 122+123+238=483 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.26% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A7BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BEE is #858411. Grayscale: #878787. Windows color (decimal): -8750098 or 15629178. OLE color: 15629178.
HSL color Cylindrical-coordinate representation of color #7A7BEE: hue angle of 239.48º 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 #7A7BEE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 123 | 238 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.07 |
| HSL | 239.48º | 0.77% | 0.71% | - |
| HSV(B) | 239.48º | 0.49% | 0.93% | - |
| XYZ | 30.54 | 24.48 | 84 | - |
| YUV | 135.81 | 185.67 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 238 | 0.49 | 0.48 | 0 | 0.07 | 239.48 | 0.77 | 0.71 |
| Hex | 7A | 7B | EE | 31 | 30 | 0 | 7 | EF | 4D | 47 |
| Octal | 172 | 173 | 356 | 61 | 60 | 0 | 7 | 357 | 115 | 107 |
| Binary | 1111010 | 1111011 | 11101110 | 110001 | 110000 | 0 | 111 | 11101111 | 1001101 | 1000111 |
Color Harmonies of #7A7BEE
Complementary color
Monochromatic Colors of #7A7BEE
Black with #7A7BEE
Text Example
Text Example
White with #7A7BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BEE; }
p { color: rgb(122,123,238); }
H1.HeaderClassName
{
color: #7A7BEE;
}
.AnyTagClassName
{
color: #7A7BEE;
}
</style>
background-color css
<style>
a { background-color: #7A7BEE; }
a { background-color: rgb(122,123,238); }
div.DivClassName
{
background-color: #7A7BEE;
}
.BgClassName
{
background-color: #7A7BEE;
}
</style>
border-color css
<style>
span { border-color: #7A7BEE; }
span { border-color: rgb(122,123,238); }
td.TdClassName
{
border-color: #7A7BEE;
}
.TagClassName
{
border-color: #7A7BEE;
}
</style>