Shades of Medium Slate Blue #727BDF
Tints of Medium Slate Blue #727BDF
RGB
CMYK
RGB Variations
Color information
#727BDF (or 0x727BDF) is known color: Medium Slate Blue. HEX triplet: 72, 7B and DF. RGB value is (114,123,223). Sum of RGB (Red+Green+Blue) = 114+123+223=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #727BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BDF is #8D8420. Grayscale: #838383. Windows color (decimal): -9274401 or 14646130. OLE color: 14646130.
HSL color Cylindrical-coordinate representation of color #727BDF: hue angle of 235.05º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #727BDF is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 123 | 223 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.13 |
| HSL | 235.05º | 0.63% | 0.66% | - |
| HSV(B) | 235.05º | 0.49% | 0.87% | - |
| XYZ | 27.34 | 23.07 | 72.82 | - |
| YUV | 131.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 123 | 223 | 0.49 | 0.45 | 0 | 0.13 | 235.05 | 0.63 | 0.66 |
| Hex | 72 | 7B | DF | 31 | 2D | 0 | D | EB | 3F | 42 |
| Octal | 162 | 173 | 337 | 61 | 55 | 0 | 15 | 353 | 77 | 102 |
| Binary | 1110010 | 1111011 | 11011111 | 110001 | 101101 | 0 | 1101 | 11101011 | 111111 | 1000010 |
Color Harmonies of #727BDF
Complementary color
Monochromatic Colors of #727BDF
Black with #727BDF
Text Example
Text Example
White with #727BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727BDF; }
p { color: rgb(114,123,223); }
H1.HeaderClassName
{
color: #727BDF;
}
.AnyTagClassName
{
color: #727BDF;
}
</style>
background-color css
<style>
a { background-color: #727BDF; }
a { background-color: rgb(114,123,223); }
div.DivClassName
{
background-color: #727BDF;
}
.BgClassName
{
background-color: #727BDF;
}
</style>
border-color css
<style>
span { border-color: #727BDF; }
span { border-color: rgb(114,123,223); }
td.TdClassName
{
border-color: #727BDF;
}
.TagClassName
{
border-color: #727BDF;
}
</style>