Shades of Medium Slate Blue #726ADB
Tints of Medium Slate Blue #726ADB
RGB
CMYK
RGB Variations
Color information
#726ADB (or 0x726ADB) is known color: Medium Slate Blue. HEX triplet: 72, 6A and DB. RGB value is (114,106,219). Sum of RGB (Red+Green+Blue) = 114+106+219=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #726ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ADB is #8D9524. Grayscale: #787878. Windows color (decimal): -9278757 or 14379634. OLE color: 14379634.
HSL color Cylindrical-coordinate representation of color #726ADB: hue angle of 244.25º 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 #726ADB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 106 | 219 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.14 |
| HSL | 244.25º | 0.61% | 0.64% | - |
| HSV(B) | 244.25º | 0.52% | 0.86% | - |
| XYZ | 24.88 | 19 | 69.37 | - |
| YUV | 121.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 219 | 0.48 | 0.52 | 0 | 0.14 | 244.25 | 0.61 | 0.64 |
| Hex | 72 | 6A | DB | 30 | 34 | 0 | E | F4 | 3D | 40 |
| Octal | 162 | 152 | 333 | 60 | 64 | 0 | 16 | 364 | 75 | 100 |
| Binary | 1110010 | 1101010 | 11011011 | 110000 | 110100 | 0 | 1110 | 11110100 | 111101 | 1000000 |
Color Harmonies of #726ADB
Complementary color
Monochromatic Colors of #726ADB
Black with #726ADB
Text Example
Text Example
White with #726ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ADB; }
p { color: rgb(114,106,219); }
H1.HeaderClassName
{
color: #726ADB;
}
.AnyTagClassName
{
color: #726ADB;
}
</style>
background-color css
<style>
a { background-color: #726ADB; }
a { background-color: rgb(114,106,219); }
div.DivClassName
{
background-color: #726ADB;
}
.BgClassName
{
background-color: #726ADB;
}
</style>
border-color css
<style>
span { border-color: #726ADB; }
span { border-color: rgb(114,106,219); }
td.TdClassName
{
border-color: #726ADB;
}
.TagClassName
{
border-color: #726ADB;
}
</style>