Shades of Medium Slate Blue #727DF0
Tints of Medium Slate Blue #727DF0
RGB
CMYK
RGB Variations
Color information
#727DF0 (or 0x727DF0) is known color: Medium Slate Blue. HEX triplet: 72, 7D and F0. RGB value is (114,125,240). Sum of RGB (Red+Green+Blue) = 114+125+240=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #727DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727DF0 is #8D820F. Grayscale: #868686. Windows color (decimal): -9273872 or 15760754. OLE color: 15760754.
HSL color Cylindrical-coordinate representation of color #727DF0: hue angle of 234.76º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727DF0 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 125 | 240 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.06 |
| HSL | 234.76º | 0.81% | 0.69% | - |
| HSV(B) | 234.76º | 0.53% | 0.94% | - |
| XYZ | 30 | 24.54 | 85.59 | - |
| YUV | 134.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 240 | 0.52 | 0.48 | 0 | 0.06 | 234.76 | 0.81 | 0.69 |
| Hex | 72 | 7D | F0 | 34 | 30 | 0 | 6 | EB | 51 | 45 |
| Octal | 162 | 175 | 360 | 64 | 60 | 0 | 6 | 353 | 121 | 105 |
| Binary | 1110010 | 1111101 | 11110000 | 110100 | 110000 | 0 | 110 | 11101011 | 1010001 | 1000101 |
Color Harmonies of #727DF0
Complementary color
Monochromatic Colors of #727DF0
Black with #727DF0
Text Example
Text Example
White with #727DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DF0; }
p { color: rgb(114,125,240); }
H1.HeaderClassName
{
color: #727DF0;
}
.AnyTagClassName
{
color: #727DF0;
}
</style>
background-color css
<style>
a { background-color: #727DF0; }
a { background-color: rgb(114,125,240); }
div.DivClassName
{
background-color: #727DF0;
}
.BgClassName
{
background-color: #727DF0;
}
</style>
border-color css
<style>
span { border-color: #727DF0; }
span { border-color: rgb(114,125,240); }
td.TdClassName
{
border-color: #727DF0;
}
.TagClassName
{
border-color: #727DF0;
}
</style>