Shades of Medium Slate Blue #726FE9
Tints of Medium Slate Blue #726FE9
RGB
CMYK
RGB Variations
Color information
#726FE9 (or 0x726FE9) is known color: Medium Slate Blue. HEX triplet: 72, 6F and E9. RGB value is (114,111,233). Sum of RGB (Red+Green+Blue) = 114+111+233=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #726FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FE9 is #8D9016. Grayscale: #7D7D7D. Windows color (decimal): -9277463 or 15298418. OLE color: 15298418.
HSL color Cylindrical-coordinate representation of color #726FE9: hue angle of 241.48º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726FE9 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 111 | 233 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.09 |
| HSL | 241.48º | 0.73% | 0.67% | - |
| HSV(B) | 241.48º | 0.52% | 0.91% | - |
| XYZ | 27.33 | 20.83 | 79.67 | - |
| YUV | 125.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 233 | 0.51 | 0.52 | 0 | 0.09 | 241.48 | 0.73 | 0.67 |
| Hex | 72 | 6F | E9 | 33 | 34 | 0 | 9 | F1 | 49 | 43 |
| Octal | 162 | 157 | 351 | 63 | 64 | 0 | 11 | 361 | 111 | 103 |
| Binary | 1110010 | 1101111 | 11101001 | 110011 | 110100 | 0 | 1001 | 11110001 | 1001001 | 1000011 |
Color Harmonies of #726FE9
Complementary color
Monochromatic Colors of #726FE9
Black with #726FE9
Text Example
Text Example
White with #726FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FE9; }
p { color: rgb(114,111,233); }
H1.HeaderClassName
{
color: #726FE9;
}
.AnyTagClassName
{
color: #726FE9;
}
</style>
background-color css
<style>
a { background-color: #726FE9; }
a { background-color: rgb(114,111,233); }
div.DivClassName
{
background-color: #726FE9;
}
.BgClassName
{
background-color: #726FE9;
}
</style>
border-color css
<style>
span { border-color: #726FE9; }
span { border-color: rgb(114,111,233); }
td.TdClassName
{
border-color: #726FE9;
}
.TagClassName
{
border-color: #726FE9;
}
</style>