Shades of Medium Slate Blue #7E69D9
Tints of Medium Slate Blue #7E69D9
RGB
CMYK
RGB Variations
Color information
#7E69D9 (or 0x7E69D9) is known color: Medium Slate Blue. HEX triplet: 7E, 69 and D9. RGB value is (126,105,217). Sum of RGB (Red+Green+Blue) = 126+105+217=448 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.12% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E69D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69D9 is #819626. Grayscale: #7B7B7B. Windows color (decimal): -8492583 or 14248318. OLE color: 14248318.
HSL color Cylindrical-coordinate representation of color #7E69D9: hue angle of 251.25º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E69D9 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 105 | 217 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.15 |
| HSL | 251.25º | 0.6% | 0.63% | - |
| HSV(B) | 251.25º | 0.52% | 0.85% | - |
| XYZ | 26.18 | 19.55 | 68.04 | - |
| YUV | 124.05 | 180.46 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 217 | 0.42 | 0.52 | 0 | 0.15 | 251.25 | 0.6 | 0.63 |
| Hex | 7E | 69 | D9 | 2A | 34 | 0 | F | FB | 3C | 3F |
| Octal | 176 | 151 | 331 | 52 | 64 | 0 | 17 | 373 | 74 | 77 |
| Binary | 1111110 | 1101001 | 11011001 | 101010 | 110100 | 0 | 1111 | 11111011 | 111100 | 111111 |
Color Harmonies of #7E69D9
Complementary color
Monochromatic Colors of #7E69D9
Black with #7E69D9
Text Example
Text Example
White with #7E69D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69D9; }
p { color: rgb(126,105,217); }
H1.HeaderClassName
{
color: #7E69D9;
}
.AnyTagClassName
{
color: #7E69D9;
}
</style>
background-color css
<style>
a { background-color: #7E69D9; }
a { background-color: rgb(126,105,217); }
div.DivClassName
{
background-color: #7E69D9;
}
.BgClassName
{
background-color: #7E69D9;
}
</style>
border-color css
<style>
span { border-color: #7E69D9; }
span { border-color: rgb(126,105,217); }
td.TdClassName
{
border-color: #7E69D9;
}
.TagClassName
{
border-color: #7E69D9;
}
</style>