Shades of Medium Slate Blue #727BEB
Tints of Medium Slate Blue #727BEB
RGB
CMYK
RGB Variations
Color information
#727BEB (or 0x727BEB) is known color: Medium Slate Blue. HEX triplet: 72, 7B and EB. RGB value is (114,123,235). Sum of RGB (Red+Green+Blue) = 114+123+235=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #727BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BEB is #8D8414. Grayscale: #848484. Windows color (decimal): -9274389 or 15432562. OLE color: 15432562.
HSL color Cylindrical-coordinate representation of color #727BEB: hue angle of 235.54º 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 #727BEB is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 123 | 235 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.08 |
| HSL | 235.54º | 0.75% | 0.68% | - |
| HSV(B) | 235.54º | 0.51% | 0.92% | - |
| XYZ | 29.02 | 23.74 | 81.65 | - |
| YUV | 133.08 | 185.52 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 235 | 0.51 | 0.48 | 0 | 0.08 | 235.54 | 0.75 | 0.68 |
| Hex | 72 | 7B | EB | 33 | 30 | 0 | 8 | EC | 4B | 44 |
| Octal | 162 | 173 | 353 | 63 | 60 | 0 | 10 | 354 | 113 | 104 |
| Binary | 1110010 | 1111011 | 11101011 | 110011 | 110000 | 0 | 1000 | 11101100 | 1001011 | 1000100 |
Color Harmonies of #727BEB
Complementary color
Monochromatic Colors of #727BEB
Black with #727BEB
Text Example
Text Example
White with #727BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BEB; }
p { color: rgb(114,123,235); }
H1.HeaderClassName
{
color: #727BEB;
}
.AnyTagClassName
{
color: #727BEB;
}
</style>
background-color css
<style>
a { background-color: #727BEB; }
a { background-color: rgb(114,123,235); }
div.DivClassName
{
background-color: #727BEB;
}
.BgClassName
{
background-color: #727BEB;
}
</style>
border-color css
<style>
span { border-color: #727BEB; }
span { border-color: rgb(114,123,235); }
td.TdClassName
{
border-color: #727BEB;
}
.TagClassName
{
border-color: #727BEB;
}
</style>