Shades of Medium Slate Blue #726AF7
Tints of Medium Slate Blue #726AF7
RGB
CMYK
RGB Variations
Color information
#726AF7 (or 0x726AF7) is known color: Medium Slate Blue. HEX triplet: 72, 6A and F7. RGB value is (114,106,247). Sum of RGB (Red+Green+Blue) = 114+106+247=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 247 (96.88% from 255 or 52.89% from 467); Max value from RGB is 247 - color contains mainly: blue. Hex color #726AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726AF7 is #8D9508. Grayscale: #7B7B7B. Windows color (decimal): -9278729 or 16214642. OLE color: 16214642.
HSL color Cylindrical-coordinate representation of color #726AF7: hue angle of 243.4º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #726AF7 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 106 | 247 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.03 |
| HSL | 243.4º | 0.9% | 0.69% | - |
| HSV(B) | 243.4º | 0.57% | 0.97% | - |
| XYZ | 28.88 | 20.6 | 90.45 | - |
| YUV | 124.47 | 197.15 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 247 | 0.54 | 0.57 | 0 | 0.03 | 243.4 | 0.9 | 0.69 |
| Hex | 72 | 6A | F7 | 36 | 39 | 0 | 3 | F3 | 5A | 45 |
| Octal | 162 | 152 | 367 | 66 | 71 | 0 | 3 | 363 | 132 | 105 |
| Binary | 1110010 | 1101010 | 11110111 | 110110 | 111001 | 0 | 11 | 11110011 | 1011010 | 1000101 |
Color Harmonies of #726AF7
Complementary color
Monochromatic Colors of #726AF7
Black with #726AF7
Text Example
Text Example
White with #726AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726AF7; }
p { color: rgb(114,106,247); }
H1.HeaderClassName
{
color: #726AF7;
}
.AnyTagClassName
{
color: #726AF7;
}
</style>
background-color css
<style>
a { background-color: #726AF7; }
a { background-color: rgb(114,106,247); }
div.DivClassName
{
background-color: #726AF7;
}
.BgClassName
{
background-color: #726AF7;
}
</style>
border-color css
<style>
span { border-color: #726AF7; }
span { border-color: rgb(114,106,247); }
td.TdClassName
{
border-color: #726AF7;
}
.TagClassName
{
border-color: #726AF7;
}
</style>