Shades of Medium Slate Blue #726DDA
Tints of Medium Slate Blue #726DDA
RGB
CMYK
RGB Variations
Color information
#726DDA (or 0x726DDA) is known color: Medium Slate Blue. HEX triplet: 72, 6D and DA. RGB value is (114,109,218). Sum of RGB (Red+Green+Blue) = 114+109+218=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #726DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DDA is #8D9225. Grayscale: #7A7A7A. Windows color (decimal): -9277990 or 14314866. OLE color: 14314866.
HSL color Cylindrical-coordinate representation of color #726DDA: hue angle of 242.75º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726DDA is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 109 | 218 | - |
| CMYK | 0.48 | 0.5 | 0 | 0.15 |
| HSL | 242.75º | 0.6% | 0.64% | - |
| HSV(B) | 242.75º | 0.5% | 0.85% | - |
| XYZ | 25.06 | 19.58 | 68.79 | - |
| YUV | 122.92 | 181.66 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 218 | 0.48 | 0.5 | 0 | 0.15 | 242.75 | 0.6 | 0.64 |
| Hex | 72 | 6D | DA | 30 | 32 | 0 | F | F3 | 3C | 40 |
| Octal | 162 | 155 | 332 | 60 | 62 | 0 | 17 | 363 | 74 | 100 |
| Binary | 1110010 | 1101101 | 11011010 | 110000 | 110010 | 0 | 1111 | 11110011 | 111100 | 1000000 |
Color Harmonies of #726DDA
Complementary color
Monochromatic Colors of #726DDA
Black with #726DDA
Text Example
Text Example
White with #726DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DDA; }
p { color: rgb(114,109,218); }
H1.HeaderClassName
{
color: #726DDA;
}
.AnyTagClassName
{
color: #726DDA;
}
</style>
background-color css
<style>
a { background-color: #726DDA; }
a { background-color: rgb(114,109,218); }
div.DivClassName
{
background-color: #726DDA;
}
.BgClassName
{
background-color: #726DDA;
}
</style>
border-color css
<style>
span { border-color: #726DDA; }
span { border-color: rgb(114,109,218); }
td.TdClassName
{
border-color: #726DDA;
}
.TagClassName
{
border-color: #726DDA;
}
</style>