Shades of Medium Slate Blue #726CE7
Tints of Medium Slate Blue #726CE7
RGB
CMYK
RGB Variations
Color information
#726CE7 (or 0x726CE7) is known color: Medium Slate Blue. HEX triplet: 72, 6C and E7. RGB value is (114,108,231). Sum of RGB (Red+Green+Blue) = 114+108+231=453 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.17% from 453); Green value is 108 (42.58% from 255 or 23.84% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #726CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726CE7 is #8D9318. Grayscale: #7B7B7B. Windows color (decimal): -9278233 or 15166578. OLE color: 15166578.
HSL color Cylindrical-coordinate representation of color #726CE7: hue angle of 242.93º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726CE7 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 108 | 231 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.09 |
| HSL | 242.93º | 0.72% | 0.66% | - |
| HSV(B) | 242.93º | 0.53% | 0.91% | - |
| XYZ | 26.73 | 20.07 | 78.07 | - |
| YUV | 123.82 | 188.49 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 108 | 231 | 0.51 | 0.53 | 0 | 0.09 | 242.93 | 0.72 | 0.66 |
| Hex | 72 | 6C | E7 | 33 | 35 | 0 | 9 | F3 | 48 | 42 |
| Octal | 162 | 154 | 347 | 63 | 65 | 0 | 11 | 363 | 110 | 102 |
| Binary | 1110010 | 1101100 | 11100111 | 110011 | 110101 | 0 | 1001 | 11110011 | 1001000 | 1000010 |
Color Harmonies of #726CE7
Complementary color
Monochromatic Colors of #726CE7
Black with #726CE7
Text Example
Text Example
White with #726CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726CE7; }
p { color: rgb(114,108,231); }
H1.HeaderClassName
{
color: #726CE7;
}
.AnyTagClassName
{
color: #726CE7;
}
</style>
background-color css
<style>
a { background-color: #726CE7; }
a { background-color: rgb(114,108,231); }
div.DivClassName
{
background-color: #726CE7;
}
.BgClassName
{
background-color: #726CE7;
}
</style>
border-color css
<style>
span { border-color: #726CE7; }
span { border-color: rgb(114,108,231); }
td.TdClassName
{
border-color: #726CE7;
}
.TagClassName
{
border-color: #726CE7;
}
</style>