Shades of Medium Slate Blue #727CEB
Tints of Medium Slate Blue #727CEB
RGB
CMYK
RGB Variations
Color information
#727CEB (or 0x727CEB) is known color: Medium Slate Blue. HEX triplet: 72, 7C and EB. RGB value is (114,124,235). Sum of RGB (Red+Green+Blue) = 114+124+235=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #727CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727CEB is #8D8314. Grayscale: #858585. Windows color (decimal): -9274133 or 15432818. OLE color: 15432818.
HSL color Cylindrical-coordinate representation of color #727CEB: hue angle of 235.04º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #727CEB is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 124 | 235 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.08 |
| HSL | 235.04º | 0.75% | 0.68% | - |
| HSV(B) | 235.04º | 0.51% | 0.92% | - |
| XYZ | 29.14 | 23.99 | 81.69 | - |
| YUV | 133.66 | 185.19 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 235 | 0.51 | 0.47 | 0 | 0.08 | 235.04 | 0.75 | 0.68 |
| Hex | 72 | 7C | EB | 33 | 2F | 0 | 8 | EB | 4B | 44 |
| Octal | 162 | 174 | 353 | 63 | 57 | 0 | 10 | 353 | 113 | 104 |
| Binary | 1110010 | 1111100 | 11101011 | 110011 | 101111 | 0 | 1000 | 11101011 | 1001011 | 1000100 |
Color Harmonies of #727CEB
Complementary color
Monochromatic Colors of #727CEB
Black with #727CEB
Text Example
Text Example
White with #727CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CEB; }
p { color: rgb(114,124,235); }
H1.HeaderClassName
{
color: #727CEB;
}
.AnyTagClassName
{
color: #727CEB;
}
</style>
background-color css
<style>
a { background-color: #727CEB; }
a { background-color: rgb(114,124,235); }
div.DivClassName
{
background-color: #727CEB;
}
.BgClassName
{
background-color: #727CEB;
}
</style>
border-color css
<style>
span { border-color: #727CEB; }
span { border-color: rgb(114,124,235); }
td.TdClassName
{
border-color: #727CEB;
}
.TagClassName
{
border-color: #727CEB;
}
</style>