Shades of Medium Slate Blue #727BE0
Tints of Medium Slate Blue #727BE0
RGB
CMYK
RGB Variations
Color information
#727BE0 (or 0x727BE0) is known color: Medium Slate Blue. HEX triplet: 72, 7B and E0. RGB value is (114,123,224). Sum of RGB (Red+Green+Blue) = 114+123+224=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #727BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BE0 is #8D841F. Grayscale: #838383. Windows color (decimal): -9274400 or 14711666. OLE color: 14711666.
HSL color Cylindrical-coordinate representation of color #727BE0: hue angle of 235.09º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #727BE0 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 114 | 123 | 224 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.12 |
| HSL | 235.09º | 0.64% | 0.66% | - |
| HSV(B) | 235.09º | 0.49% | 0.88% | - |
| XYZ | 27.48 | 23.13 | 73.54 | - |
| YUV | 131.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 224 | 0.49 | 0.45 | 0 | 0.12 | 235.09 | 0.64 | 0.66 |
| Hex | 72 | 7B | E0 | 31 | 2D | 0 | C | EB | 40 | 42 |
| Octal | 162 | 173 | 340 | 61 | 55 | 0 | 14 | 353 | 100 | 102 |
| Binary | 1110010 | 1111011 | 11100000 | 110001 | 101101 | 0 | 1100 | 11101011 | 1000000 | 1000010 |
Color Harmonies of #727BE0
Complementary color
Monochromatic Colors of #727BE0
Black with #727BE0
Text Example
Text Example
White with #727BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BE0; }
p { color: rgb(114,123,224); }
H1.HeaderClassName
{
color: #727BE0;
}
.AnyTagClassName
{
color: #727BE0;
}
</style>
background-color css
<style>
a { background-color: #727BE0; }
a { background-color: rgb(114,123,224); }
div.DivClassName
{
background-color: #727BE0;
}
.BgClassName
{
background-color: #727BE0;
}
</style>
border-color css
<style>
span { border-color: #727BE0; }
span { border-color: rgb(114,123,224); }
td.TdClassName
{
border-color: #727BE0;
}
.TagClassName
{
border-color: #727BE0;
}
</style>