Shades of Medium Slate Blue #727CEF
Tints of Medium Slate Blue #727CEF
RGB
CMYK
RGB Variations
Color information
#727CEF (or 0x727CEF) is known color: Medium Slate Blue. HEX triplet: 72, 7C and EF. RGB value is (114,124,239). Sum of RGB (Red+Green+Blue) = 114+124+239=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 124 (48.83% from 255 or 26.00% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #727CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CEF is #8D8310. Grayscale: #858585. Windows color (decimal): -9274129 or 15694962. OLE color: 15694962.
HSL color Cylindrical-coordinate representation of color #727CEF: hue angle of 235.2º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727CEF is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 124 | 239 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.06 |
| HSL | 235.2º | 0.8% | 0.69% | - |
| HSV(B) | 235.2º | 0.52% | 0.94% | - |
| XYZ | 29.73 | 24.22 | 84.77 | - |
| YUV | 134.12 | 187.19 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 239 | 0.52 | 0.48 | 0 | 0.06 | 235.2 | 0.8 | 0.69 |
| Hex | 72 | 7C | EF | 34 | 30 | 0 | 6 | EB | 50 | 45 |
| Octal | 162 | 174 | 357 | 64 | 60 | 0 | 6 | 353 | 120 | 105 |
| Binary | 1110010 | 1111100 | 11101111 | 110100 | 110000 | 0 | 110 | 11101011 | 1010000 | 1000101 |
Color Harmonies of #727CEF
Complementary color
Monochromatic Colors of #727CEF
Black with #727CEF
Text Example
Text Example
White with #727CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CEF; }
p { color: rgb(114,124,239); }
H1.HeaderClassName
{
color: #727CEF;
}
.AnyTagClassName
{
color: #727CEF;
}
</style>
background-color css
<style>
a { background-color: #727CEF; }
a { background-color: rgb(114,124,239); }
div.DivClassName
{
background-color: #727CEF;
}
.BgClassName
{
background-color: #727CEF;
}
</style>
border-color css
<style>
span { border-color: #727CEF; }
span { border-color: rgb(114,124,239); }
td.TdClassName
{
border-color: #727CEF;
}
.TagClassName
{
border-color: #727CEF;
}
</style>