Shades of Medium Slate Blue #7D68DB
Tints of Medium Slate Blue #7D68DB
RGB
CMYK
RGB Variations
Color information
#7D68DB (or 0x7D68DB) is known color: Medium Slate Blue. HEX triplet: 7D, 68 and DB. RGB value is (125,104,219). Sum of RGB (Red+Green+Blue) = 125+104+219=448 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.90% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D68DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68DB is #829724. Grayscale: #7A7A7A. Windows color (decimal): -8558373 or 14379133. OLE color: 14379133.
HSL color Cylindrical-coordinate representation of color #7D68DB: hue angle of 250.96º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D68DB is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 104 | 219 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.14 |
| HSL | 250.96º | 0.61% | 0.63% | - |
| HSV(B) | 250.96º | 0.53% | 0.86% | - |
| XYZ | 26.19 | 19.38 | 69.38 | - |
| YUV | 123.39 | 181.96 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 104 | 219 | 0.43 | 0.53 | 0 | 0.14 | 250.96 | 0.61 | 0.63 |
| Hex | 7D | 68 | DB | 2B | 35 | 0 | E | FB | 3D | 3F |
| Octal | 175 | 150 | 333 | 53 | 65 | 0 | 16 | 373 | 75 | 77 |
| Binary | 1111101 | 1101000 | 11011011 | 101011 | 110101 | 0 | 1110 | 11111011 | 111101 | 111111 |
Color Harmonies of #7D68DB
Complementary color
Monochromatic Colors of #7D68DB
Black with #7D68DB
Text Example
Text Example
White with #7D68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D68DB; }
p { color: rgb(125,104,219); }
H1.HeaderClassName
{
color: #7D68DB;
}
.AnyTagClassName
{
color: #7D68DB;
}
</style>
background-color css
<style>
a { background-color: #7D68DB; }
a { background-color: rgb(125,104,219); }
div.DivClassName
{
background-color: #7D68DB;
}
.BgClassName
{
background-color: #7D68DB;
}
</style>
border-color css
<style>
span { border-color: #7D68DB; }
span { border-color: rgb(125,104,219); }
td.TdClassName
{
border-color: #7D68DB;
}
.TagClassName
{
border-color: #7D68DB;
}
</style>