Shades of Medium Slate Blue #7D69DB
Tints of Medium Slate Blue #7D69DB
RGB
CMYK
RGB Variations
Color information
#7D69DB (or 0x7D69DB) is known color: Medium Slate Blue. HEX triplet: 7D, 69 and DB. RGB value is (125,105,219). Sum of RGB (Red+Green+Blue) = 125+105+219=449 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.84% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69DB is #829624. Grayscale: #7B7B7B. Windows color (decimal): -8558117 or 14379389. OLE color: 14379389.
HSL color Cylindrical-coordinate representation of color #7D69DB: hue angle of 250.53º 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 #7D69DB is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 105 | 219 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.14 |
| HSL | 250.53º | 0.61% | 0.64% | - |
| HSV(B) | 250.53º | 0.52% | 0.86% | - |
| XYZ | 26.3 | 19.58 | 69.41 | - |
| YUV | 123.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 219 | 0.43 | 0.52 | 0 | 0.14 | 250.53 | 0.61 | 0.64 |
| Hex | 7D | 69 | DB | 2B | 34 | 0 | E | FB | 3D | 40 |
| Octal | 175 | 151 | 333 | 53 | 64 | 0 | 16 | 373 | 75 | 100 |
| Binary | 1111101 | 1101001 | 11011011 | 101011 | 110100 | 0 | 1110 | 11111011 | 111101 | 1000000 |
Color Harmonies of #7D69DB
Complementary color
Monochromatic Colors of #7D69DB
Black with #7D69DB
Text Example
Text Example
White with #7D69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D69DB; }
p { color: rgb(125,105,219); }
H1.HeaderClassName
{
color: #7D69DB;
}
.AnyTagClassName
{
color: #7D69DB;
}
</style>
background-color css
<style>
a { background-color: #7D69DB; }
a { background-color: rgb(125,105,219); }
div.DivClassName
{
background-color: #7D69DB;
}
.BgClassName
{
background-color: #7D69DB;
}
</style>
border-color css
<style>
span { border-color: #7D69DB; }
span { border-color: rgb(125,105,219); }
td.TdClassName
{
border-color: #7D69DB;
}
.TagClassName
{
border-color: #7D69DB;
}
</style>