Shades of Medium Slate Blue #726DDF
Tints of Medium Slate Blue #726DDF
RGB
CMYK
RGB Variations
Color information
#726DDF (or 0x726DDF) is known color: Medium Slate Blue. HEX triplet: 72, 6D and DF. RGB value is (114,109,223). Sum of RGB (Red+Green+Blue) = 114+109+223=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #726DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DDF is #8D9220. Grayscale: #7B7B7B. Windows color (decimal): -9277985 or 14642546. OLE color: 14642546.
HSL color Cylindrical-coordinate representation of color #726DDF: hue angle of 242.63º degrees, saturation: 0.64, 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 #726DDF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 109 | 223 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.13 |
| HSL | 242.63º | 0.64% | 0.65% | - |
| HSV(B) | 242.63º | 0.51% | 0.87% | - |
| XYZ | 25.73 | 19.84 | 72.29 | - |
| YUV | 123.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 223 | 0.49 | 0.51 | 0 | 0.13 | 242.63 | 0.64 | 0.65 |
| Hex | 72 | 6D | DF | 31 | 33 | 0 | D | F3 | 40 | 41 |
| Octal | 162 | 155 | 337 | 61 | 63 | 0 | 15 | 363 | 100 | 101 |
| Binary | 1110010 | 1101101 | 11011111 | 110001 | 110011 | 0 | 1101 | 11110011 | 1000000 | 1000001 |
Color Harmonies of #726DDF
Complementary color
Monochromatic Colors of #726DDF
Black with #726DDF
Text Example
Text Example
White with #726DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DDF; }
p { color: rgb(114,109,223); }
H1.HeaderClassName
{
color: #726DDF;
}
.AnyTagClassName
{
color: #726DDF;
}
</style>
background-color css
<style>
a { background-color: #726DDF; }
a { background-color: rgb(114,109,223); }
div.DivClassName
{
background-color: #726DDF;
}
.BgClassName
{
background-color: #726DDF;
}
</style>
border-color css
<style>
span { border-color: #726DDF; }
span { border-color: rgb(114,109,223); }
td.TdClassName
{
border-color: #726DDF;
}
.TagClassName
{
border-color: #726DDF;
}
</style>