Shades of Medium Slate Blue #7A69DB
Tints of Medium Slate Blue #7A69DB
RGB
CMYK
RGB Variations
Color information
#7A69DB (or 0x7A69DB) is known color: Medium Slate Blue. HEX triplet: 7A, 69 and DB. RGB value is (122,105,219). Sum of RGB (Red+Green+Blue) = 122+105+219=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 105 (41.41% from 255 or 23.54% 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 #7A69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69DB is #859624. Grayscale: #7A7A7A. Windows color (decimal): -8754725 or 14379386. OLE color: 14379386.
HSL color Cylindrical-coordinate representation of color #7A69DB: hue angle of 248.95º degrees, saturation: 0.61, 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 #7A69DB is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 105 | 219 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.14 |
| HSL | 248.95º | 0.61% | 0.64% | - |
| HSV(B) | 248.95º | 0.52% | 0.86% | - |
| XYZ | 25.86 | 19.36 | 69.39 | - |
| YUV | 123.08 | 182.13 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 219 | 0.44 | 0.52 | 0 | 0.14 | 248.95 | 0.61 | 0.64 |
| Hex | 7A | 69 | DB | 2C | 34 | 0 | E | F9 | 3D | 40 |
| Octal | 172 | 151 | 333 | 54 | 64 | 0 | 16 | 371 | 75 | 100 |
| Binary | 1111010 | 1101001 | 11011011 | 101100 | 110100 | 0 | 1110 | 11111001 | 111101 | 1000000 |
Color Harmonies of #7A69DB
Complementary color
Monochromatic Colors of #7A69DB
Black with #7A69DB
Text Example
Text Example
White with #7A69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A69DB; }
p { color: rgb(122,105,219); }
H1.HeaderClassName
{
color: #7A69DB;
}
.AnyTagClassName
{
color: #7A69DB;
}
</style>
background-color css
<style>
a { background-color: #7A69DB; }
a { background-color: rgb(122,105,219); }
div.DivClassName
{
background-color: #7A69DB;
}
.BgClassName
{
background-color: #7A69DB;
}
</style>
border-color css
<style>
span { border-color: #7A69DB; }
span { border-color: rgb(122,105,219); }
td.TdClassName
{
border-color: #7A69DB;
}
.TagClassName
{
border-color: #7A69DB;
}
</style>