Shades of Medium Slate Blue #727BED
Tints of Medium Slate Blue #727BED
RGB
CMYK
RGB Variations
Color information
#727BED (or 0x727BED) is known color: Medium Slate Blue. HEX triplet: 72, 7B and ED. RGB value is (114,123,237). Sum of RGB (Red+Green+Blue) = 114+123+237=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #727BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727BED is #8D8412. Grayscale: #848484. Windows color (decimal): -9274387 or 15563634. OLE color: 15563634.
HSL color Cylindrical-coordinate representation of color #727BED: hue angle of 235.61º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727BED is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 123 | 237 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.07 |
| HSL | 235.61º | 0.77% | 0.69% | - |
| HSV(B) | 235.61º | 0.52% | 0.93% | - |
| XYZ | 29.31 | 23.86 | 83.18 | - |
| YUV | 133.31 | 186.52 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 237 | 0.52 | 0.48 | 0 | 0.07 | 235.61 | 0.77 | 0.69 |
| Hex | 72 | 7B | ED | 34 | 30 | 0 | 7 | EC | 4D | 45 |
| Octal | 162 | 173 | 355 | 64 | 60 | 0 | 7 | 354 | 115 | 105 |
| Binary | 1110010 | 1111011 | 11101101 | 110100 | 110000 | 0 | 111 | 11101100 | 1001101 | 1000101 |
Color Harmonies of #727BED
Complementary color
Monochromatic Colors of #727BED
Black with #727BED
Text Example
Text Example
White with #727BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BED; }
p { color: rgb(114,123,237); }
H1.HeaderClassName
{
color: #727BED;
}
.AnyTagClassName
{
color: #727BED;
}
</style>
background-color css
<style>
a { background-color: #727BED; }
a { background-color: rgb(114,123,237); }
div.DivClassName
{
background-color: #727BED;
}
.BgClassName
{
background-color: #727BED;
}
</style>
border-color css
<style>
span { border-color: #727BED; }
span { border-color: rgb(114,123,237); }
td.TdClassName
{
border-color: #727BED;
}
.TagClassName
{
border-color: #727BED;
}
</style>