Shades of Medium Slate Blue #727AF0
Tints of Medium Slate Blue #727AF0
RGB
CMYK
RGB Variations
Color information
#727AF0 (or 0x727AF0) is known color: Medium Slate Blue. HEX triplet: 72, 7A and F0. RGB value is (114,122,240). Sum of RGB (Red+Green+Blue) = 114+122+240=476 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.95% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #727AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AF0 is #8D850F. Grayscale: #848484. Windows color (decimal): -9274640 or 15759986. OLE color: 15759986.
HSL color Cylindrical-coordinate representation of color #727AF0: hue angle of 236.19º 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 #727AF0 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 122 | 240 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.06 |
| HSL | 236.19º | 0.81% | 0.69% | - |
| HSV(B) | 236.19º | 0.53% | 0.94% | - |
| XYZ | 29.63 | 23.79 | 85.47 | - |
| YUV | 133.06 | 188.35 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 240 | 0.52 | 0.49 | 0 | 0.06 | 236.19 | 0.81 | 0.69 |
| Hex | 72 | 7A | F0 | 34 | 31 | 0 | 6 | EC | 51 | 45 |
| Octal | 162 | 172 | 360 | 64 | 61 | 0 | 6 | 354 | 121 | 105 |
| Binary | 1110010 | 1111010 | 11110000 | 110100 | 110001 | 0 | 110 | 11101100 | 1010001 | 1000101 |
Color Harmonies of #727AF0
Complementary color
Monochromatic Colors of #727AF0
Black with #727AF0
Text Example
Text Example
White with #727AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727AF0; }
p { color: rgb(114,122,240); }
H1.HeaderClassName
{
color: #727AF0;
}
.AnyTagClassName
{
color: #727AF0;
}
</style>
background-color css
<style>
a { background-color: #727AF0; }
a { background-color: rgb(114,122,240); }
div.DivClassName
{
background-color: #727AF0;
}
.BgClassName
{
background-color: #727AF0;
}
</style>
border-color css
<style>
span { border-color: #727AF0; }
span { border-color: rgb(114,122,240); }
td.TdClassName
{
border-color: #727AF0;
}
.TagClassName
{
border-color: #727AF0;
}
</style>