Shades of Medium Slate Blue #7A7BEC
Tints of Medium Slate Blue #7A7BEC
RGB
CMYK
RGB Variations
Color information
#7A7BEC (or 0x7A7BEC) is known color: Medium Slate Blue. HEX triplet: 7A, 7B and EC. RGB value is (122,123,236). Sum of RGB (Red+Green+Blue) = 122+123+236=481 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.36% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A7BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7BEC is #858413. Grayscale: #878787. Windows color (decimal): -8750100 or 15498106. OLE color: 15498106.
HSL color Cylindrical-coordinate representation of color #7A7BEC: hue angle of 239.47º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A7BEC is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 123 | 236 | - |
| CMYK | 0.48 | 0.48 | 0 | 0.07 |
| HSL | 239.47º | 0.75% | 0.7% | - |
| HSV(B) | 239.47º | 0.48% | 0.93% | - |
| XYZ | 30.25 | 24.36 | 82.46 | - |
| YUV | 135.58 | 184.67 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 123 | 236 | 0.48 | 0.48 | 0 | 0.07 | 239.47 | 0.75 | 0.7 |
| Hex | 7A | 7B | EC | 30 | 30 | 0 | 7 | EF | 4B | 46 |
| Octal | 172 | 173 | 354 | 60 | 60 | 0 | 7 | 357 | 113 | 106 |
| Binary | 1111010 | 1111011 | 11101100 | 110000 | 110000 | 0 | 111 | 11101111 | 1001011 | 1000110 |
Color Harmonies of #7A7BEC
Complementary color
Monochromatic Colors of #7A7BEC
Black with #7A7BEC
Text Example
Text Example
White with #7A7BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7BEC; }
p { color: rgb(122,123,236); }
H1.HeaderClassName
{
color: #7A7BEC;
}
.AnyTagClassName
{
color: #7A7BEC;
}
</style>
background-color css
<style>
a { background-color: #7A7BEC; }
a { background-color: rgb(122,123,236); }
div.DivClassName
{
background-color: #7A7BEC;
}
.BgClassName
{
background-color: #7A7BEC;
}
</style>
border-color css
<style>
span { border-color: #7A7BEC; }
span { border-color: rgb(122,123,236); }
td.TdClassName
{
border-color: #7A7BEC;
}
.TagClassName
{
border-color: #7A7BEC;
}
</style>