Shades of Medium Slate Blue #726FEF
Tints of Medium Slate Blue #726FEF
RGB
CMYK
RGB Variations
Color information
#726FEF (or 0x726FEF) is known color: Medium Slate Blue. HEX triplet: 72, 6F and EF. RGB value is (114,111,239). Sum of RGB (Red+Green+Blue) = 114+111+239=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #726FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FEF is #8D9010. Grayscale: #7D7D7D. Windows color (decimal): -9277457 or 15691634. OLE color: 15691634.
HSL color Cylindrical-coordinate representation of color #726FEF: hue angle of 241.41º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726FEF is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 111 | 239 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.06 |
| HSL | 241.41º | 0.8% | 0.69% | - |
| HSV(B) | 241.41º | 0.54% | 0.94% | - |
| XYZ | 28.2 | 21.18 | 84.26 | - |
| YUV | 126.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 239 | 0.52 | 0.54 | 0 | 0.06 | 241.41 | 0.8 | 0.69 |
| Hex | 72 | 6F | EF | 34 | 36 | 0 | 6 | F1 | 50 | 45 |
| Octal | 162 | 157 | 357 | 64 | 66 | 0 | 6 | 361 | 120 | 105 |
| Binary | 1110010 | 1101111 | 11101111 | 110100 | 110110 | 0 | 110 | 11110001 | 1010000 | 1000101 |
Color Harmonies of #726FEF
Complementary color
Monochromatic Colors of #726FEF
Black with #726FEF
Text Example
Text Example
White with #726FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FEF; }
p { color: rgb(114,111,239); }
H1.HeaderClassName
{
color: #726FEF;
}
.AnyTagClassName
{
color: #726FEF;
}
</style>
background-color css
<style>
a { background-color: #726FEF; }
a { background-color: rgb(114,111,239); }
div.DivClassName
{
background-color: #726FEF;
}
.BgClassName
{
background-color: #726FEF;
}
</style>
border-color css
<style>
span { border-color: #726FEF; }
span { border-color: rgb(114,111,239); }
td.TdClassName
{
border-color: #726FEF;
}
.TagClassName
{
border-color: #726FEF;
}
</style>