Shades of Medium Slate Blue #7E69DC
Tints of Medium Slate Blue #7E69DC
RGB
CMYK
RGB Variations
Color information
#7E69DC (or 0x7E69DC) is known color: Medium Slate Blue. HEX triplet: 7E, 69 and DC. RGB value is (126,105,220). Sum of RGB (Red+Green+Blue) = 126+105+220=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E69DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E69DC is #819623. Grayscale: #7B7B7B. Windows color (decimal): -8492580 or 14444926. OLE color: 14444926.
HSL color Cylindrical-coordinate representation of color #7E69DC: hue angle of 250.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7E69DC is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 105 | 220 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.14 |
| HSL | 250.96º | 0.62% | 0.64% | - |
| HSV(B) | 250.96º | 0.52% | 0.86% | - |
| XYZ | 26.57 | 19.71 | 70.11 | - |
| YUV | 124.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 105 | 220 | 0.43 | 0.52 | 0 | 0.14 | 250.96 | 0.62 | 0.64 |
| Hex | 7E | 69 | DC | 2B | 34 | 0 | E | FB | 3E | 40 |
| Octal | 176 | 151 | 334 | 53 | 64 | 0 | 16 | 373 | 76 | 100 |
| Binary | 1111110 | 1101001 | 11011100 | 101011 | 110100 | 0 | 1110 | 11111011 | 111110 | 1000000 |
Color Harmonies of #7E69DC
Complementary color
Monochromatic Colors of #7E69DC
Black with #7E69DC
Text Example
Text Example
White with #7E69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E69DC; }
p { color: rgb(126,105,220); }
H1.HeaderClassName
{
color: #7E69DC;
}
.AnyTagClassName
{
color: #7E69DC;
}
</style>
background-color css
<style>
a { background-color: #7E69DC; }
a { background-color: rgb(126,105,220); }
div.DivClassName
{
background-color: #7E69DC;
}
.BgClassName
{
background-color: #7E69DC;
}
</style>
border-color css
<style>
span { border-color: #7E69DC; }
span { border-color: rgb(126,105,220); }
td.TdClassName
{
border-color: #7E69DC;
}
.TagClassName
{
border-color: #7E69DC;
}
</style>