Shades of Medium Slate Blue #726BE2
Tints of Medium Slate Blue #726BE2
RGB
CMYK
RGB Variations
Color information
#726BE2 (or 0x726BE2) is known color: Medium Slate Blue. HEX triplet: 72, 6B and E2. RGB value is (114,107,226). Sum of RGB (Red+Green+Blue) = 114+107+226=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 226 (88.67% from 255 or 50.56% from 447); Max value from RGB is 226 - color contains mainly: blue. Hex color #726BE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BE2 is #8D941D. Grayscale: #7A7A7A. Windows color (decimal): -9278494 or 14838642. OLE color: 14838642.
HSL color Cylindrical-coordinate representation of color #726BE2: hue angle of 243.53º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726BE2 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 107 | 226 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.11 |
| HSL | 243.53º | 0.67% | 0.65% | - |
| HSV(B) | 243.53º | 0.53% | 0.89% | - |
| XYZ | 25.92 | 19.58 | 74.37 | - |
| YUV | 122.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 226 | 0.50 | 0.53 | 0 | 0.11 | 243.53 | 0.67 | 0.65 |
| Hex | 72 | 6B | E2 | 32 | 35 | 0 | B | F4 | 43 | 41 |
| Octal | 162 | 153 | 342 | 62 | 65 | 0 | 13 | 364 | 103 | 101 |
| Binary | 1110010 | 1101011 | 11100010 | 110010 | 110101 | 0 | 1011 | 11110100 | 1000011 | 1000001 |
Color Harmonies of #726BE2
Complementary color
Monochromatic Colors of #726BE2
Black with #726BE2
Text Example
Text Example
White with #726BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726BE2; }
p { color: rgb(114,107,226); }
H1.HeaderClassName
{
color: #726BE2;
}
.AnyTagClassName
{
color: #726BE2;
}
</style>
background-color css
<style>
a { background-color: #726BE2; }
a { background-color: rgb(114,107,226); }
div.DivClassName
{
background-color: #726BE2;
}
.BgClassName
{
background-color: #726BE2;
}
</style>
border-color css
<style>
span { border-color: #726BE2; }
span { border-color: rgb(114,107,226); }
td.TdClassName
{
border-color: #726BE2;
}
.TagClassName
{
border-color: #726BE2;
}
</style>