Shades of Medium Slate Blue #726CE1
Tints of Medium Slate Blue #726CE1
RGB
CMYK
RGB Variations
Color information
#726CE1 (or 0x726CE1) is known color: Medium Slate Blue. HEX triplet: 72, 6C and E1. RGB value is (114,108,225). Sum of RGB (Red+Green+Blue) = 114+108+225=447 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.50% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 225 (88.28% from 255 or 50.34% from 447); Max value from RGB is 225 - color contains mainly: blue. Hex color #726CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726CE1 is #8D931E. Grayscale: #7A7A7A. Windows color (decimal): -9278239 or 14773362. OLE color: 14773362.
HSL color Cylindrical-coordinate representation of color #726CE1: hue angle of 243.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #726CE1 is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 108 | 225 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.12 |
| HSL | 243.08º | 0.66% | 0.65% | - |
| HSV(B) | 243.08º | 0.52% | 0.88% | - |
| XYZ | 25.89 | 19.74 | 73.68 | - |
| YUV | 123.13 | 185.49 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 225 | 0.49 | 0.52 | 0 | 0.12 | 243.08 | 0.66 | 0.65 |
| Hex | 72 | 6C | E1 | 31 | 34 | 0 | C | F3 | 42 | 41 |
| Octal | 162 | 154 | 341 | 61 | 64 | 0 | 14 | 363 | 102 | 101 |
| Binary | 1110010 | 1101100 | 11100001 | 110001 | 110100 | 0 | 1100 | 11110011 | 1000010 | 1000001 |
Color Harmonies of #726CE1
Complementary color
Monochromatic Colors of #726CE1
Black with #726CE1
Text Example
Text Example
White with #726CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CE1; }
p { color: rgb(114,108,225); }
H1.HeaderClassName
{
color: #726CE1;
}
.AnyTagClassName
{
color: #726CE1;
}
</style>
background-color css
<style>
a { background-color: #726CE1; }
a { background-color: rgb(114,108,225); }
div.DivClassName
{
background-color: #726CE1;
}
.BgClassName
{
background-color: #726CE1;
}
</style>
border-color css
<style>
span { border-color: #726CE1; }
span { border-color: rgb(114,108,225); }
td.TdClassName
{
border-color: #726CE1;
}
.TagClassName
{
border-color: #726CE1;
}
</style>