Shades of Medium Slate Blue #726EF3
Tints of Medium Slate Blue #726EF3
RGB
CMYK
RGB Variations
Color information
#726EF3 (or 0x726EF3) is known color: Medium Slate Blue. HEX triplet: 72, 6E and F3. RGB value is (114,110,243). Sum of RGB (Red+Green+Blue) = 114+110+243=467 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.41% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #726EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EF3 is #8D910C. Grayscale: #7D7D7D. Windows color (decimal): -9277709 or 15953522. OLE color: 15953522.
HSL color Cylindrical-coordinate representation of color #726EF3: hue angle of 241.8º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726EF3 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 110 | 243 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.05 |
| HSL | 241.8º | 0.85% | 0.69% | - |
| HSV(B) | 241.8º | 0.55% | 0.95% | - |
| XYZ | 28.69 | 21.2 | 87.37 | - |
| YUV | 126.36 | 193.83 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 243 | 0.53 | 0.55 | 0 | 0.05 | 241.8 | 0.85 | 0.69 |
| Hex | 72 | 6E | F3 | 35 | 37 | 0 | 5 | F2 | 55 | 45 |
| Octal | 162 | 156 | 363 | 65 | 67 | 0 | 5 | 362 | 125 | 105 |
| Binary | 1110010 | 1101110 | 11110011 | 110101 | 110111 | 0 | 101 | 11110010 | 1010101 | 1000101 |
Color Harmonies of #726EF3
Complementary color
Monochromatic Colors of #726EF3
Black with #726EF3
Text Example
Text Example
White with #726EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EF3; }
p { color: rgb(114,110,243); }
H1.HeaderClassName
{
color: #726EF3;
}
.AnyTagClassName
{
color: #726EF3;
}
</style>
background-color css
<style>
a { background-color: #726EF3; }
a { background-color: rgb(114,110,243); }
div.DivClassName
{
background-color: #726EF3;
}
.BgClassName
{
background-color: #726EF3;
}
</style>
border-color css
<style>
span { border-color: #726EF3; }
span { border-color: rgb(114,110,243); }
td.TdClassName
{
border-color: #726EF3;
}
.TagClassName
{
border-color: #726EF3;
}
</style>