Shades of Medium Slate Blue #726AF6
Tints of Medium Slate Blue #726AF6
RGB
CMYK
RGB Variations
Color information
#726AF6 (or 0x726AF6) is known color: Medium Slate Blue. HEX triplet: 72, 6A and F6. RGB value is (114,106,246). Sum of RGB (Red+Green+Blue) = 114+106+246=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 246 (96.48% from 255 or 52.79% from 466); Max value from RGB is 246 - color contains mainly: blue. Hex color #726AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AF6 is #8D9509. Grayscale: #7B7B7B. Windows color (decimal): -9278730 or 16149106. OLE color: 16149106.
HSL color Cylindrical-coordinate representation of color #726AF6: hue angle of 243.43º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #726AF6 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 106 | 246 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.04 |
| HSL | 243.43º | 0.89% | 0.69% | - |
| HSV(B) | 243.43º | 0.57% | 0.96% | - |
| XYZ | 28.73 | 20.54 | 89.64 | - |
| YUV | 124.35 | 196.65 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 246 | 0.54 | 0.57 | 0 | 0.04 | 243.43 | 0.89 | 0.69 |
| Hex | 72 | 6A | F6 | 36 | 39 | 0 | 4 | F3 | 59 | 45 |
| Octal | 162 | 152 | 366 | 66 | 71 | 0 | 4 | 363 | 131 | 105 |
| Binary | 1110010 | 1101010 | 11110110 | 110110 | 111001 | 0 | 100 | 11110011 | 1011001 | 1000101 |
Color Harmonies of #726AF6
Complementary color
Monochromatic Colors of #726AF6
Black with #726AF6
Text Example
Text Example
White with #726AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AF6; }
p { color: rgb(114,106,246); }
H1.HeaderClassName
{
color: #726AF6;
}
.AnyTagClassName
{
color: #726AF6;
}
</style>
background-color css
<style>
a { background-color: #726AF6; }
a { background-color: rgb(114,106,246); }
div.DivClassName
{
background-color: #726AF6;
}
.BgClassName
{
background-color: #726AF6;
}
</style>
border-color css
<style>
span { border-color: #726AF6; }
span { border-color: rgb(114,106,246); }
td.TdClassName
{
border-color: #726AF6;
}
.TagClassName
{
border-color: #726AF6;
}
</style>