Shades of Medium Slate Blue #726ADE
Tints of Medium Slate Blue #726ADE
RGB
CMYK
RGB Variations
Color information
#726ADE (or 0x726ADE) is known color: Medium Slate Blue. HEX triplet: 72, 6A and DE. RGB value is (114,106,222). Sum of RGB (Red+Green+Blue) = 114+106+222=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #726ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ADE is #8D9521. Grayscale: #797979. Windows color (decimal): -9278754 or 14576242. OLE color: 14576242.
HSL color Cylindrical-coordinate representation of color #726ADE: hue angle of 244.14º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726ADE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 106 | 222 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.13 |
| HSL | 244.14º | 0.64% | 0.64% | - |
| HSV(B) | 244.14º | 0.52% | 0.87% | - |
| XYZ | 25.28 | 19.16 | 71.47 | - |
| YUV | 121.62 | 184.65 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 222 | 0.49 | 0.52 | 0 | 0.13 | 244.14 | 0.64 | 0.64 |
| Hex | 72 | 6A | DE | 31 | 34 | 0 | D | F4 | 40 | 40 |
| Octal | 162 | 152 | 336 | 61 | 64 | 0 | 15 | 364 | 100 | 100 |
| Binary | 1110010 | 1101010 | 11011110 | 110001 | 110100 | 0 | 1101 | 11110100 | 1000000 | 1000000 |
Color Harmonies of #726ADE
Complementary color
Monochromatic Colors of #726ADE
Black with #726ADE
Text Example
Text Example
White with #726ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726ADE; }
p { color: rgb(114,106,222); }
H1.HeaderClassName
{
color: #726ADE;
}
.AnyTagClassName
{
color: #726ADE;
}
</style>
background-color css
<style>
a { background-color: #726ADE; }
a { background-color: rgb(114,106,222); }
div.DivClassName
{
background-color: #726ADE;
}
.BgClassName
{
background-color: #726ADE;
}
</style>
border-color css
<style>
span { border-color: #726ADE; }
span { border-color: rgb(114,106,222); }
td.TdClassName
{
border-color: #726ADE;
}
.TagClassName
{
border-color: #726ADE;
}
</style>