Shades of Medium Slate Blue #726CDD
Tints of Medium Slate Blue #726CDD
RGB
CMYK
RGB Variations
Color information
#726CDD (or 0x726CDD) is known color: Medium Slate Blue. HEX triplet: 72, 6C and DD. RGB value is (114,108,221). Sum of RGB (Red+Green+Blue) = 114+108+221=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #726CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CDD is #8D9322. Grayscale: #7A7A7A. Windows color (decimal): -9278243 or 14511218. OLE color: 14511218.
HSL color Cylindrical-coordinate representation of color #726CDD: hue angle of 243.19º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #726CDD is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 108 | 221 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.13 |
| HSL | 243.19º | 0.62% | 0.65% | - |
| HSV(B) | 243.19º | 0.51% | 0.87% | - |
| XYZ | 25.35 | 19.52 | 70.84 | - |
| YUV | 122.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 221 | 0.48 | 0.51 | 0 | 0.13 | 243.19 | 0.62 | 0.65 |
| Hex | 72 | 6C | DD | 30 | 33 | 0 | D | F3 | 3E | 41 |
| Octal | 162 | 154 | 335 | 60 | 63 | 0 | 15 | 363 | 76 | 101 |
| Binary | 1110010 | 1101100 | 11011101 | 110000 | 110011 | 0 | 1101 | 11110011 | 111110 | 1000001 |
Color Harmonies of #726CDD
Complementary color
Monochromatic Colors of #726CDD
Black with #726CDD
Text Example
Text Example
White with #726CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CDD; }
p { color: rgb(114,108,221); }
H1.HeaderClassName
{
color: #726CDD;
}
.AnyTagClassName
{
color: #726CDD;
}
</style>
background-color css
<style>
a { background-color: #726CDD; }
a { background-color: rgb(114,108,221); }
div.DivClassName
{
background-color: #726CDD;
}
.BgClassName
{
background-color: #726CDD;
}
</style>
border-color css
<style>
span { border-color: #726CDD; }
span { border-color: rgb(114,108,221); }
td.TdClassName
{
border-color: #726CDD;
}
.TagClassName
{
border-color: #726CDD;
}
</style>