Shades of Medium Slate Blue #726FF8
Tints of Medium Slate Blue #726FF8
RGB
CMYK
RGB Variations
Color information
#726FF8 (or 0x726FF8) is known color: Medium Slate Blue. HEX triplet: 72, 6F and F8. RGB value is (114,111,248). Sum of RGB (Red+Green+Blue) = 114+111+248=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #726FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FF8 is #8D9007. Grayscale: #7E7E7E. Windows color (decimal): -9277448 or 16281458. OLE color: 16281458.
HSL color Cylindrical-coordinate representation of color #726FF8: hue angle of 241.31º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #726FF8 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 114 | 111 | 248 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.03 |
| HSL | 241.31º | 0.91% | 0.7% | - |
| HSV(B) | 241.31º | 0.55% | 0.97% | - |
| XYZ | 29.57 | 21.72 | 91.44 | - |
| YUV | 127.52 | 195.99 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 248 | 0.54 | 0.55 | 0 | 0.03 | 241.31 | 0.91 | 0.7 |
| Hex | 72 | 6F | F8 | 36 | 37 | 0 | 3 | F1 | 5B | 46 |
| Octal | 162 | 157 | 370 | 66 | 67 | 0 | 3 | 361 | 133 | 106 |
| Binary | 1110010 | 1101111 | 11111000 | 110110 | 110111 | 0 | 11 | 11110001 | 1011011 | 1000110 |
Color Harmonies of #726FF8
Complementary color
Monochromatic Colors of #726FF8
Black with #726FF8
Text Example
Text Example
White with #726FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FF8; }
p { color: rgb(114,111,248); }
H1.HeaderClassName
{
color: #726FF8;
}
.AnyTagClassName
{
color: #726FF8;
}
</style>
background-color css
<style>
a { background-color: #726FF8; }
a { background-color: rgb(114,111,248); }
div.DivClassName
{
background-color: #726FF8;
}
.BgClassName
{
background-color: #726FF8;
}
</style>
border-color css
<style>
span { border-color: #726FF8; }
span { border-color: rgb(114,111,248); }
td.TdClassName
{
border-color: #726FF8;
}
.TagClassName
{
border-color: #726FF8;
}
</style>