Shades of Medium Slate Blue #726DEB
Tints of Medium Slate Blue #726DEB
RGB
CMYK
RGB Variations
Color information
#726DEB (or 0x726DEB) is known color: Medium Slate Blue. HEX triplet: 72, 6D and EB. RGB value is (114,109,235). Sum of RGB (Red+Green+Blue) = 114+109+235=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #726DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726DEB is #8D9214. Grayscale: #7C7C7C. Windows color (decimal): -9277973 or 15428978. OLE color: 15428978.
HSL color Cylindrical-coordinate representation of color #726DEB: hue angle of 242.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #726DEB is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 109 | 235 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.08 |
| HSL | 242.38º | 0.76% | 0.67% | - |
| HSV(B) | 242.38º | 0.54% | 0.92% | - |
| XYZ | 27.4 | 20.51 | 81.11 | - |
| YUV | 124.86 | 190.16 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 109 | 235 | 0.51 | 0.54 | 0 | 0.08 | 242.38 | 0.76 | 0.67 |
| Hex | 72 | 6D | EB | 33 | 36 | 0 | 8 | F2 | 4C | 43 |
| Octal | 162 | 155 | 353 | 63 | 66 | 0 | 10 | 362 | 114 | 103 |
| Binary | 1110010 | 1101101 | 11101011 | 110011 | 110110 | 0 | 1000 | 11110010 | 1001100 | 1000011 |
Color Harmonies of #726DEB
Complementary color
Monochromatic Colors of #726DEB
Black with #726DEB
Text Example
Text Example
White with #726DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726DEB; }
p { color: rgb(114,109,235); }
H1.HeaderClassName
{
color: #726DEB;
}
.AnyTagClassName
{
color: #726DEB;
}
</style>
background-color css
<style>
a { background-color: #726DEB; }
a { background-color: rgb(114,109,235); }
div.DivClassName
{
background-color: #726DEB;
}
.BgClassName
{
background-color: #726DEB;
}
</style>
border-color css
<style>
span { border-color: #726DEB; }
span { border-color: rgb(114,109,235); }
td.TdClassName
{
border-color: #726DEB;
}
.TagClassName
{
border-color: #726DEB;
}
</style>