Shades of Medium Slate Blue #726EDF
Tints of Medium Slate Blue #726EDF
RGB
CMYK
RGB Variations
Color information
#726EDF (or 0x726EDF) is known color: Medium Slate Blue. HEX triplet: 72, 6E and DF. RGB value is (114,110,223). Sum of RGB (Red+Green+Blue) = 114+110+223=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 110 (43.36% from 255 or 24.61% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #726EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726EDF is #8D9120. Grayscale: #7B7B7B. Windows color (decimal): -9277729 or 14642802. OLE color: 14642802.
HSL color Cylindrical-coordinate representation of color #726EDF: hue angle of 242.12º 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 #726EDF is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 110 | 223 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.13 |
| HSL | 242.12º | 0.64% | 0.65% | - |
| HSV(B) | 242.12º | 0.51% | 0.87% | - |
| XYZ | 25.83 | 20.06 | 72.32 | - |
| YUV | 124.08 | 183.83 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 223 | 0.49 | 0.51 | 0 | 0.13 | 242.12 | 0.64 | 0.65 |
| Hex | 72 | 6E | DF | 31 | 33 | 0 | D | F2 | 40 | 41 |
| Octal | 162 | 156 | 337 | 61 | 63 | 0 | 15 | 362 | 100 | 101 |
| Binary | 1110010 | 1101110 | 11011111 | 110001 | 110011 | 0 | 1101 | 11110010 | 1000000 | 1000001 |
Color Harmonies of #726EDF
Complementary color
Monochromatic Colors of #726EDF
Black with #726EDF
Text Example
Text Example
White with #726EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EDF; }
p { color: rgb(114,110,223); }
H1.HeaderClassName
{
color: #726EDF;
}
.AnyTagClassName
{
color: #726EDF;
}
</style>
background-color css
<style>
a { background-color: #726EDF; }
a { background-color: rgb(114,110,223); }
div.DivClassName
{
background-color: #726EDF;
}
.BgClassName
{
background-color: #726EDF;
}
</style>
border-color css
<style>
span { border-color: #726EDF; }
span { border-color: rgb(114,110,223); }
td.TdClassName
{
border-color: #726EDF;
}
.TagClassName
{
border-color: #726EDF;
}
</style>