Shades of Medium Slate Blue #7D81EC
Tints of Medium Slate Blue #7D81EC
RGB
CMYK
RGB Variations
Color information
#7D81EC (or 0x7D81EC) is known color: Medium Slate Blue. HEX triplet: 7D, 81 and EC. RGB value is (125,129,236). Sum of RGB (Red+Green+Blue) = 125+129+236=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 129 (50.78% from 255 or 26.33% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D81EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D81EC is #827E13. Grayscale: #8B8B8B. Windows color (decimal): -8551956 or 15499645. OLE color: 15499645.
HSL color Cylindrical-coordinate representation of color #7D81EC: hue angle of 237.84º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D81EC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 129 | 236 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.07 |
| HSL | 237.84º | 0.74% | 0.71% | - |
| HSV(B) | 237.84º | 0.47% | 0.93% | - |
| XYZ | 31.45 | 26.12 | 82.74 | - |
| YUV | 140 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 129 | 236 | 0.47 | 0.45 | 0 | 0.07 | 237.84 | 0.74 | 0.71 |
| Hex | 7D | 81 | EC | 2F | 2D | 0 | 7 | EE | 4A | 47 |
| Octal | 175 | 201 | 354 | 57 | 55 | 0 | 7 | 356 | 112 | 107 |
| Binary | 1111101 | 10000001 | 11101100 | 101111 | 101101 | 0 | 111 | 11101110 | 1001010 | 1000111 |
Color Harmonies of #7D81EC
Complementary color
Monochromatic Colors of #7D81EC
Black with #7D81EC
Text Example
Text Example
White with #7D81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D81EC; }
p { color: rgb(125,129,236); }
H1.HeaderClassName
{
color: #7D81EC;
}
.AnyTagClassName
{
color: #7D81EC;
}
</style>
background-color css
<style>
a { background-color: #7D81EC; }
a { background-color: rgb(125,129,236); }
div.DivClassName
{
background-color: #7D81EC;
}
.BgClassName
{
background-color: #7D81EC;
}
</style>
border-color css
<style>
span { border-color: #7D81EC; }
span { border-color: rgb(125,129,236); }
td.TdClassName
{
border-color: #7D81EC;
}
.TagClassName
{
border-color: #7D81EC;
}
</style>