Shades of Medium Slate Blue #726CEB
Tints of Medium Slate Blue #726CEB
RGB
CMYK
RGB Variations
Color information
#726CEB (or 0x726CEB) is known color: Medium Slate Blue. HEX triplet: 72, 6C and EB. RGB value is (114,108,235). Sum of RGB (Red+Green+Blue) = 114+108+235=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 108 (42.58% from 255 or 23.63% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #726CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CEB is #8D9314. Grayscale: #7B7B7B. Windows color (decimal): -9278229 or 15428722. OLE color: 15428722.
HSL color Cylindrical-coordinate representation of color #726CEB: hue angle of 242.83º 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 #726CEB is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 108 | 235 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.08 |
| HSL | 242.83º | 0.76% | 0.67% | - |
| HSV(B) | 242.83º | 0.54% | 0.92% | - |
| XYZ | 27.3 | 20.3 | 81.08 | - |
| YUV | 124.27 | 190.49 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 235 | 0.51 | 0.54 | 0 | 0.08 | 242.83 | 0.76 | 0.67 |
| Hex | 72 | 6C | EB | 33 | 36 | 0 | 8 | F3 | 4C | 43 |
| Octal | 162 | 154 | 353 | 63 | 66 | 0 | 10 | 363 | 114 | 103 |
| Binary | 1110010 | 1101100 | 11101011 | 110011 | 110110 | 0 | 1000 | 11110011 | 1001100 | 1000011 |
Color Harmonies of #726CEB
Complementary color
Monochromatic Colors of #726CEB
Black with #726CEB
Text Example
Text Example
White with #726CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CEB; }
p { color: rgb(114,108,235); }
H1.HeaderClassName
{
color: #726CEB;
}
.AnyTagClassName
{
color: #726CEB;
}
</style>
background-color css
<style>
a { background-color: #726CEB; }
a { background-color: rgb(114,108,235); }
div.DivClassName
{
background-color: #726CEB;
}
.BgClassName
{
background-color: #726CEB;
}
</style>
border-color css
<style>
span { border-color: #726CEB; }
span { border-color: rgb(114,108,235); }
td.TdClassName
{
border-color: #726CEB;
}
.TagClassName
{
border-color: #726CEB;
}
</style>