Shades of Medium Slate Blue #726FEE
Tints of Medium Slate Blue #726FEE
RGB
CMYK
RGB Variations
Color information
#726FEE (or 0x726FEE) is known color: Medium Slate Blue. HEX triplet: 72, 6F and EE. RGB value is (114,111,238). Sum of RGB (Red+Green+Blue) = 114+111+238=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #726FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FEE is #8D9011. Grayscale: #7D7D7D. Windows color (decimal): -9277458 or 15626098. OLE color: 15626098.
HSL color Cylindrical-coordinate representation of color #726FEE: hue angle of 241.42º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726FEE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 111 | 238 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.07 |
| HSL | 241.42º | 0.79% | 0.68% | - |
| HSV(B) | 241.42º | 0.53% | 0.93% | - |
| XYZ | 28.06 | 21.12 | 83.49 | - |
| YUV | 126.38 | 190.99 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 238 | 0.52 | 0.53 | 0 | 0.07 | 241.42 | 0.79 | 0.68 |
| Hex | 72 | 6F | EE | 34 | 35 | 0 | 7 | F1 | 4F | 44 |
| Octal | 162 | 157 | 356 | 64 | 65 | 0 | 7 | 361 | 117 | 104 |
| Binary | 1110010 | 1101111 | 11101110 | 110100 | 110101 | 0 | 111 | 11110001 | 1001111 | 1000100 |
Color Harmonies of #726FEE
Complementary color
Monochromatic Colors of #726FEE
Black with #726FEE
Text Example
Text Example
White with #726FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FEE; }
p { color: rgb(114,111,238); }
H1.HeaderClassName
{
color: #726FEE;
}
.AnyTagClassName
{
color: #726FEE;
}
</style>
background-color css
<style>
a { background-color: #726FEE; }
a { background-color: rgb(114,111,238); }
div.DivClassName
{
background-color: #726FEE;
}
.BgClassName
{
background-color: #726FEE;
}
</style>
border-color css
<style>
span { border-color: #726FEE; }
span { border-color: rgb(114,111,238); }
td.TdClassName
{
border-color: #726FEE;
}
.TagClassName
{
border-color: #726FEE;
}
</style>