Shades of Medium Slate Blue #726FE0
Tints of Medium Slate Blue #726FE0
RGB
CMYK
RGB Variations
Color information
#726FE0 (or 0x726FE0) is known color: Medium Slate Blue. HEX triplet: 72, 6F and E0. RGB value is (114,111,224). Sum of RGB (Red+Green+Blue) = 114+111+224=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #726FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FE0 is #8D901F. Grayscale: #7C7C7C. Windows color (decimal): -9277472 or 14708594. OLE color: 14708594.
HSL color Cylindrical-coordinate representation of color #726FE0: hue angle of 241.59º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #726FE0 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 111 | 224 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.12 |
| HSL | 241.59º | 0.65% | 0.66% | - |
| HSV(B) | 241.59º | 0.5% | 0.88% | - |
| XYZ | 26.08 | 20.33 | 73.07 | - |
| YUV | 124.78 | 183.99 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 224 | 0.49 | 0.50 | 0 | 0.12 | 241.59 | 0.65 | 0.66 |
| Hex | 72 | 6F | E0 | 31 | 32 | 0 | C | F2 | 41 | 42 |
| Octal | 162 | 157 | 340 | 61 | 62 | 0 | 14 | 362 | 101 | 102 |
| Binary | 1110010 | 1101111 | 11100000 | 110001 | 110010 | 0 | 1100 | 11110010 | 1000001 | 1000010 |
Color Harmonies of #726FE0
Complementary color
Monochromatic Colors of #726FE0
Black with #726FE0
Text Example
Text Example
White with #726FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FE0; }
p { color: rgb(114,111,224); }
H1.HeaderClassName
{
color: #726FE0;
}
.AnyTagClassName
{
color: #726FE0;
}
</style>
background-color css
<style>
a { background-color: #726FE0; }
a { background-color: rgb(114,111,224); }
div.DivClassName
{
background-color: #726FE0;
}
.BgClassName
{
background-color: #726FE0;
}
</style>
border-color css
<style>
span { border-color: #726FE0; }
span { border-color: rgb(114,111,224); }
td.TdClassName
{
border-color: #726FE0;
}
.TagClassName
{
border-color: #726FE0;
}
</style>