Shades of Medium Slate Blue #726EF8
Tints of Medium Slate Blue #726EF8
RGB
CMYK
RGB Variations
Color information
#726EF8 (or 0x726EF8) is known color: Medium Slate Blue. HEX triplet: 72, 6E and F8. RGB value is (114,110,248). Sum of RGB (Red+Green+Blue) = 114+110+248=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #726EF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726EF8 is #8D9107. Grayscale: #7E7E7E. Windows color (decimal): -9277704 or 16281202. OLE color: 16281202.
HSL color Cylindrical-coordinate representation of color #726EF8: hue angle of 241.74º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #726EF8 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 110 | 248 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.03 |
| HSL | 241.74º | 0.91% | 0.7% | - |
| HSV(B) | 241.74º | 0.56% | 0.97% | - |
| XYZ | 29.46 | 21.51 | 91.41 | - |
| YUV | 126.93 | 196.33 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 248 | 0.54 | 0.56 | 0 | 0.03 | 241.74 | 0.91 | 0.7 |
| Hex | 72 | 6E | F8 | 36 | 38 | 0 | 3 | F2 | 5B | 46 |
| Octal | 162 | 156 | 370 | 66 | 70 | 0 | 3 | 362 | 133 | 106 |
| Binary | 1110010 | 1101110 | 11111000 | 110110 | 111000 | 0 | 11 | 11110010 | 1011011 | 1000110 |
Color Harmonies of #726EF8
Complementary color
Monochromatic Colors of #726EF8
Black with #726EF8
Text Example
Text Example
White with #726EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726EF8; }
p { color: rgb(114,110,248); }
H1.HeaderClassName
{
color: #726EF8;
}
.AnyTagClassName
{
color: #726EF8;
}
</style>
background-color css
<style>
a { background-color: #726EF8; }
a { background-color: rgb(114,110,248); }
div.DivClassName
{
background-color: #726EF8;
}
.BgClassName
{
background-color: #726EF8;
}
</style>
border-color css
<style>
span { border-color: #726EF8; }
span { border-color: rgb(114,110,248); }
td.TdClassName
{
border-color: #726EF8;
}
.TagClassName
{
border-color: #726EF8;
}
</style>