Shades of Medium Slate Blue #726DDC
Tints of Medium Slate Blue #726DDC
RGB
CMYK
RGB Variations
Color information
#726DDC (or 0x726DDC) is known color: Medium Slate Blue. HEX triplet: 72, 6D and DC. RGB value is (114,109,220). Sum of RGB (Red+Green+Blue) = 114+109+220=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #726DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DDC is #8D9223. Grayscale: #7A7A7A. Windows color (decimal): -9277988 or 14445938. OLE color: 14445938.
HSL color Cylindrical-coordinate representation of color #726DDC: hue angle of 242.7º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726DDC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 109 | 220 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.14 |
| HSL | 242.7º | 0.61% | 0.65% | - |
| HSV(B) | 242.7º | 0.5% | 0.86% | - |
| XYZ | 25.33 | 19.68 | 70.17 | - |
| YUV | 123.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 220 | 0.48 | 0.50 | 0 | 0.14 | 242.7 | 0.61 | 0.65 |
| Hex | 72 | 6D | DC | 30 | 32 | 0 | E | F3 | 3D | 41 |
| Octal | 162 | 155 | 334 | 60 | 62 | 0 | 16 | 363 | 75 | 101 |
| Binary | 1110010 | 1101101 | 11011100 | 110000 | 110010 | 0 | 1110 | 11110011 | 111101 | 1000001 |
Color Harmonies of #726DDC
Complementary color
Monochromatic Colors of #726DDC
Black with #726DDC
Text Example
Text Example
White with #726DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DDC; }
p { color: rgb(114,109,220); }
H1.HeaderClassName
{
color: #726DDC;
}
.AnyTagClassName
{
color: #726DDC;
}
</style>
background-color css
<style>
a { background-color: #726DDC; }
a { background-color: rgb(114,109,220); }
div.DivClassName
{
background-color: #726DDC;
}
.BgClassName
{
background-color: #726DDC;
}
</style>
border-color css
<style>
span { border-color: #726DDC; }
span { border-color: rgb(114,109,220); }
td.TdClassName
{
border-color: #726DDC;
}
.TagClassName
{
border-color: #726DDC;
}
</style>