Shades of Medium Slate Blue #726BDE
Tints of Medium Slate Blue #726BDE
RGB
CMYK
RGB Variations
Color information
#726BDE (or 0x726BDE) is known color: Medium Slate Blue. HEX triplet: 72, 6B and DE. RGB value is (114,107,222). Sum of RGB (Red+Green+Blue) = 114+107+222=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #726BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BDE is #8D9421. Grayscale: #797979. Windows color (decimal): -9278498 or 14576498. OLE color: 14576498.
HSL color Cylindrical-coordinate representation of color #726BDE: hue angle of 243.65º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726BDE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 107 | 222 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.13 |
| HSL | 243.65º | 0.64% | 0.65% | - |
| HSV(B) | 243.65º | 0.52% | 0.87% | - |
| XYZ | 25.38 | 19.37 | 71.51 | - |
| YUV | 122.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 222 | 0.49 | 0.52 | 0 | 0.13 | 243.65 | 0.64 | 0.65 |
| Hex | 72 | 6B | DE | 31 | 34 | 0 | D | F4 | 40 | 41 |
| Octal | 162 | 153 | 336 | 61 | 64 | 0 | 15 | 364 | 100 | 101 |
| Binary | 1110010 | 1101011 | 11011110 | 110001 | 110100 | 0 | 1101 | 11110100 | 1000000 | 1000001 |
Color Harmonies of #726BDE
Complementary color
Monochromatic Colors of #726BDE
Black with #726BDE
Text Example
Text Example
White with #726BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BDE; }
p { color: rgb(114,107,222); }
H1.HeaderClassName
{
color: #726BDE;
}
.AnyTagClassName
{
color: #726BDE;
}
</style>
background-color css
<style>
a { background-color: #726BDE; }
a { background-color: rgb(114,107,222); }
div.DivClassName
{
background-color: #726BDE;
}
.BgClassName
{
background-color: #726BDE;
}
</style>
border-color css
<style>
span { border-color: #726BDE; }
span { border-color: rgb(114,107,222); }
td.TdClassName
{
border-color: #726BDE;
}
.TagClassName
{
border-color: #726BDE;
}
</style>