Shades of Medium Slate Blue #726DDB
Tints of Medium Slate Blue #726DDB
RGB
CMYK
RGB Variations
Color information
#726DDB (or 0x726DDB) is known color: Medium Slate Blue. HEX triplet: 72, 6D and DB. RGB value is (114,109,219). Sum of RGB (Red+Green+Blue) = 114+109+219=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 109 (42.97% from 255 or 24.66% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #726DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DDB is #8D9224. Grayscale: #7A7A7A. Windows color (decimal): -9277989 or 14380402. OLE color: 14380402.
HSL color Cylindrical-coordinate representation of color #726DDB: hue angle of 242.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726DDB is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 109 | 219 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.14 |
| HSL | 242.73º | 0.6% | 0.64% | - |
| HSV(B) | 242.73º | 0.5% | 0.86% | - |
| XYZ | 25.19 | 19.63 | 69.48 | - |
| YUV | 123.04 | 182.16 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 219 | 0.48 | 0.50 | 0 | 0.14 | 242.73 | 0.6 | 0.64 |
| Hex | 72 | 6D | DB | 30 | 32 | 0 | E | F3 | 3C | 40 |
| Octal | 162 | 155 | 333 | 60 | 62 | 0 | 16 | 363 | 74 | 100 |
| Binary | 1110010 | 1101101 | 11011011 | 110000 | 110010 | 0 | 1110 | 11110011 | 111100 | 1000000 |
Color Harmonies of #726DDB
Complementary color
Monochromatic Colors of #726DDB
Black with #726DDB
Text Example
Text Example
White with #726DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DDB; }
p { color: rgb(114,109,219); }
H1.HeaderClassName
{
color: #726DDB;
}
.AnyTagClassName
{
color: #726DDB;
}
</style>
background-color css
<style>
a { background-color: #726DDB; }
a { background-color: rgb(114,109,219); }
div.DivClassName
{
background-color: #726DDB;
}
.BgClassName
{
background-color: #726DDB;
}
</style>
border-color css
<style>
span { border-color: #726DDB; }
span { border-color: rgb(114,109,219); }
td.TdClassName
{
border-color: #726DDB;
}
.TagClassName
{
border-color: #726DDB;
}
</style>