Shades of Medium Slate Blue #726FEA
Tints of Medium Slate Blue #726FEA
RGB
CMYK
RGB Variations
Color information
#726FEA (or 0x726FEA) is known color: Medium Slate Blue. HEX triplet: 72, 6F and EA. RGB value is (114,111,234). Sum of RGB (Red+Green+Blue) = 114+111+234=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #726FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #726FEA is #8D9015. Grayscale: #7D7D7D. Windows color (decimal): -9277462 or 15363954. OLE color: 15363954.
HSL color Cylindrical-coordinate representation of color #726FEA: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #726FEA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 111 | 234 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.08 |
| HSL | 241.46º | 0.75% | 0.68% | - |
| HSV(B) | 241.46º | 0.53% | 0.92% | - |
| XYZ | 27.48 | 20.89 | 80.43 | - |
| YUV | 125.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 234 | 0.51 | 0.53 | 0 | 0.08 | 241.46 | 0.75 | 0.68 |
| Hex | 72 | 6F | EA | 33 | 35 | 0 | 8 | F1 | 4B | 44 |
| Octal | 162 | 157 | 352 | 63 | 65 | 0 | 10 | 361 | 113 | 104 |
| Binary | 1110010 | 1101111 | 11101010 | 110011 | 110101 | 0 | 1000 | 11110001 | 1001011 | 1000100 |
Color Harmonies of #726FEA
Complementary color
Monochromatic Colors of #726FEA
Black with #726FEA
Text Example
Text Example
White with #726FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726FEA; }
p { color: rgb(114,111,234); }
H1.HeaderClassName
{
color: #726FEA;
}
.AnyTagClassName
{
color: #726FEA;
}
</style>
background-color css
<style>
a { background-color: #726FEA; }
a { background-color: rgb(114,111,234); }
div.DivClassName
{
background-color: #726FEA;
}
.BgClassName
{
background-color: #726FEA;
}
</style>
border-color css
<style>
span { border-color: #726FEA; }
span { border-color: rgb(114,111,234); }
td.TdClassName
{
border-color: #726FEA;
}
.TagClassName
{
border-color: #726FEA;
}
</style>