Shades of Medium Slate Blue #727FF1
Tints of Medium Slate Blue #727FF1
RGB
CMYK
RGB Variations
Color information
#727FF1 (or 0x727FF1) is known color: Medium Slate Blue. HEX triplet: 72, 7F and F1. RGB value is (114,127,241). Sum of RGB (Red+Green+Blue) = 114+127+241=482 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.65% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #727FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727FF1 is #8D800E. Grayscale: #878787. Windows color (decimal): -9273359 or 15826802. OLE color: 15826802.
HSL color Cylindrical-coordinate representation of color #727FF1: hue angle of 233.86º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #727FF1 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 127 | 241 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.05 |
| HSL | 233.86º | 0.82% | 0.7% | - |
| HSV(B) | 233.86º | 0.53% | 0.95% | - |
| XYZ | 30.41 | 25.11 | 86.46 | - |
| YUV | 136.11 | 187.19 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 241 | 0.53 | 0.47 | 0 | 0.05 | 233.86 | 0.82 | 0.7 |
| Hex | 72 | 7F | F1 | 35 | 2F | 0 | 5 | EA | 52 | 46 |
| Octal | 162 | 177 | 361 | 65 | 57 | 0 | 5 | 352 | 122 | 106 |
| Binary | 1110010 | 1111111 | 11110001 | 110101 | 101111 | 0 | 101 | 11101010 | 1010010 | 1000110 |
Color Harmonies of #727FF1
Complementary color
Monochromatic Colors of #727FF1
Black with #727FF1
Text Example
Text Example
White with #727FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FF1; }
p { color: rgb(114,127,241); }
H1.HeaderClassName
{
color: #727FF1;
}
.AnyTagClassName
{
color: #727FF1;
}
</style>
background-color css
<style>
a { background-color: #727FF1; }
a { background-color: rgb(114,127,241); }
div.DivClassName
{
background-color: #727FF1;
}
.BgClassName
{
background-color: #727FF1;
}
</style>
border-color css
<style>
span { border-color: #727FF1; }
span { border-color: rgb(114,127,241); }
td.TdClassName
{
border-color: #727FF1;
}
.TagClassName
{
border-color: #727FF1;
}
</style>