Shades of Medium Slate Blue #7B81EC
Tints of Medium Slate Blue #7B81EC
RGB
CMYK
RGB Variations
Color information
#7B81EC (or 0x7B81EC) is known color: Medium Slate Blue. HEX triplet: 7B, 81 and EC. RGB value is (123,129,236). Sum of RGB (Red+Green+Blue) = 123+129+236=488 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.20% from 488); Green value is 129 (50.78% from 255 or 26.43% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B81EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7B81EC is #847E13. Grayscale: #8A8A8A. Windows color (decimal): -8683028 or 15499643. OLE color: 15499643.
HSL color Cylindrical-coordinate representation of color #7B81EC: hue angle of 236.81º 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 #7B81EC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 129 | 236 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.07 |
| HSL | 236.81º | 0.75% | 0.7% | - |
| HSV(B) | 236.81º | 0.48% | 0.93% | - |
| XYZ | 31.16 | 25.97 | 82.73 | - |
| YUV | 139.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 129 | 236 | 0.48 | 0.45 | 0 | 0.07 | 236.81 | 0.75 | 0.7 |
| Hex | 7B | 81 | EC | 30 | 2D | 0 | 7 | ED | 4B | 46 |
| Octal | 173 | 201 | 354 | 60 | 55 | 0 | 7 | 355 | 113 | 106 |
| Binary | 1111011 | 10000001 | 11101100 | 110000 | 101101 | 0 | 111 | 11101101 | 1001011 | 1000110 |
Color Harmonies of #7B81EC
Complementary color
Monochromatic Colors of #7B81EC
Black with #7B81EC
Text Example
Text Example
White with #7B81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B81EC; }
p { color: rgb(123,129,236); }
H1.HeaderClassName
{
color: #7B81EC;
}
.AnyTagClassName
{
color: #7B81EC;
}
</style>
background-color css
<style>
a { background-color: #7B81EC; }
a { background-color: rgb(123,129,236); }
div.DivClassName
{
background-color: #7B81EC;
}
.BgClassName
{
background-color: #7B81EC;
}
</style>
border-color css
<style>
span { border-color: #7B81EC; }
span { border-color: rgb(123,129,236); }
td.TdClassName
{
border-color: #7B81EC;
}
.TagClassName
{
border-color: #7B81EC;
}
</style>