Shades of Medium Slate Blue #7A7BE7
Tints of Medium Slate Blue #7A7BE7
RGB
CMYK
RGB Variations
Color information
#7A7BE7 (or 0x7A7BE7) is known color: Medium Slate Blue. HEX triplet: 7A, 7B and E7. RGB value is (122,123,231). Sum of RGB (Red+Green+Blue) = 122+123+231=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #7A7BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BE7 is #858418. Grayscale: #868686. Windows color (decimal): -8750105 or 15170426. OLE color: 15170426.
HSL color Cylindrical-coordinate representation of color #7A7BE7: hue angle of 239.45º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7A7BE7 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 123 | 231 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.09 |
| HSL | 239.45º | 0.69% | 0.69% | - |
| HSV(B) | 239.45º | 0.47% | 0.91% | - |
| XYZ | 29.53 | 24.07 | 78.69 | - |
| YUV | 135.01 | 182.17 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 231 | 0.47 | 0.47 | 0 | 0.09 | 239.45 | 0.69 | 0.69 |
| Hex | 7A | 7B | E7 | 2F | 2F | 0 | 9 | EF | 45 | 45 |
| Octal | 172 | 173 | 347 | 57 | 57 | 0 | 11 | 357 | 105 | 105 |
| Binary | 1111010 | 1111011 | 11100111 | 101111 | 101111 | 0 | 1001 | 11101111 | 1000101 | 1000101 |
Color Harmonies of #7A7BE7
Complementary color
Monochromatic Colors of #7A7BE7
Black with #7A7BE7
Text Example
Text Example
White with #7A7BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BE7; }
p { color: rgb(122,123,231); }
H1.HeaderClassName
{
color: #7A7BE7;
}
.AnyTagClassName
{
color: #7A7BE7;
}
</style>
background-color css
<style>
a { background-color: #7A7BE7; }
a { background-color: rgb(122,123,231); }
div.DivClassName
{
background-color: #7A7BE7;
}
.BgClassName
{
background-color: #7A7BE7;
}
</style>
border-color css
<style>
span { border-color: #7A7BE7; }
span { border-color: rgb(122,123,231); }
td.TdClassName
{
border-color: #7A7BE7;
}
.TagClassName
{
border-color: #7A7BE7;
}
</style>