Shades of Medium Slate Blue #7E6FDA
Tints of Medium Slate Blue #7E6FDA
RGB
CMYK
RGB Variations
Color information
#7E6FDA (or 0x7E6FDA) is known color: Medium Slate Blue. HEX triplet: 7E, 6F and DA. RGB value is (126,111,218). Sum of RGB (Red+Green+Blue) = 126+111+218=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E6FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6FDA is #819025. Grayscale: #7F7F7F. Windows color (decimal): -8491046 or 14315390. OLE color: 14315390.
HSL color Cylindrical-coordinate representation of color #7E6FDA: hue angle of 248.41º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7E6FDA is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 111 | 218 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.15 |
| HSL | 248.41º | 0.59% | 0.65% | - |
| HSV(B) | 248.41º | 0.49% | 0.85% | - |
| XYZ | 26.94 | 20.87 | 68.94 | - |
| YUV | 127.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 111 | 218 | 0.42 | 0.49 | 0 | 0.15 | 248.41 | 0.59 | 0.65 |
| Hex | 7E | 6F | DA | 2A | 31 | 0 | F | F8 | 3B | 41 |
| Octal | 176 | 157 | 332 | 52 | 61 | 0 | 17 | 370 | 73 | 101 |
| Binary | 1111110 | 1101111 | 11011010 | 101010 | 110001 | 0 | 1111 | 11111000 | 111011 | 1000001 |
Color Harmonies of #7E6FDA
Complementary color
Monochromatic Colors of #7E6FDA
Black with #7E6FDA
Text Example
Text Example
White with #7E6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E6FDA; }
p { color: rgb(126,111,218); }
H1.HeaderClassName
{
color: #7E6FDA;
}
.AnyTagClassName
{
color: #7E6FDA;
}
</style>
background-color css
<style>
a { background-color: #7E6FDA; }
a { background-color: rgb(126,111,218); }
div.DivClassName
{
background-color: #7E6FDA;
}
.BgClassName
{
background-color: #7E6FDA;
}
</style>
border-color css
<style>
span { border-color: #7E6FDA; }
span { border-color: rgb(126,111,218); }
td.TdClassName
{
border-color: #7E6FDA;
}
.TagClassName
{
border-color: #7E6FDA;
}
</style>