Shades of Medium Slate Blue #7E65DB
Tints of Medium Slate Blue #7E65DB
RGB
CMYK
RGB Variations
Color information
#7E65DB (or 0x7E65DB) is known color: Medium Slate Blue. HEX triplet: 7E, 65 and DB. RGB value is (126,101,219). Sum of RGB (Red+Green+Blue) = 126+101+219=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E65DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E65DB is #819A24. Grayscale: #797979. Windows color (decimal): -8493605 or 14378366. OLE color: 14378366.
HSL color Cylindrical-coordinate representation of color #7E65DB: hue angle of 252.71º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7E65DB is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 101 | 219 | - |
| CMYK | 0.42 | 0.54 | 0 | 0.14 |
| HSL | 252.71º | 0.62% | 0.63% | - |
| HSV(B) | 252.71º | 0.54% | 0.86% | - |
| XYZ | 26.04 | 18.86 | 69.29 | - |
| YUV | 121.93 | 182.78 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 101 | 219 | 0.42 | 0.54 | 0 | 0.14 | 252.71 | 0.62 | 0.63 |
| Hex | 7E | 65 | DB | 2A | 36 | 0 | E | FD | 3E | 3F |
| Octal | 176 | 145 | 333 | 52 | 66 | 0 | 16 | 375 | 76 | 77 |
| Binary | 1111110 | 1100101 | 11011011 | 101010 | 110110 | 0 | 1110 | 11111101 | 111110 | 111111 |
Color Harmonies of #7E65DB
Complementary color
Monochromatic Colors of #7E65DB
Black with #7E65DB
Text Example
Text Example
White with #7E65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E65DB; }
p { color: rgb(126,101,219); }
H1.HeaderClassName
{
color: #7E65DB;
}
.AnyTagClassName
{
color: #7E65DB;
}
</style>
background-color css
<style>
a { background-color: #7E65DB; }
a { background-color: rgb(126,101,219); }
div.DivClassName
{
background-color: #7E65DB;
}
.BgClassName
{
background-color: #7E65DB;
}
</style>
border-color css
<style>
span { border-color: #7E65DB; }
span { border-color: rgb(126,101,219); }
td.TdClassName
{
border-color: #7E65DB;
}
.TagClassName
{
border-color: #7E65DB;
}
</style>