Shades of Medium Slate Blue #727AF1
Tints of Medium Slate Blue #727AF1
RGB
CMYK
RGB Variations
Color information
#727AF1 (or 0x727AF1) is known color: Medium Slate Blue. HEX triplet: 72, 7A and F1. RGB value is (114,122,241). Sum of RGB (Red+Green+Blue) = 114+122+241=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 122 (48.05% from 255 or 25.58% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #727AF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #727AF1 is #8D850E. Grayscale: #848484. Windows color (decimal): -9274639 or 15825522. OLE color: 15825522.
HSL color Cylindrical-coordinate representation of color #727AF1: hue angle of 236.22º 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 #727AF1 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 122 | 241 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.05 |
| HSL | 236.22º | 0.82% | 0.7% | - |
| HSV(B) | 236.22º | 0.53% | 0.95% | - |
| XYZ | 29.78 | 23.85 | 86.25 | - |
| YUV | 133.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 241 | 0.53 | 0.49 | 0 | 0.05 | 236.22 | 0.82 | 0.7 |
| Hex | 72 | 7A | F1 | 35 | 31 | 0 | 5 | EC | 52 | 46 |
| Octal | 162 | 172 | 361 | 65 | 61 | 0 | 5 | 354 | 122 | 106 |
| Binary | 1110010 | 1111010 | 11110001 | 110101 | 110001 | 0 | 101 | 11101100 | 1010010 | 1000110 |
Color Harmonies of #727AF1
Complementary color
Monochromatic Colors of #727AF1
Black with #727AF1
Text Example
Text Example
White with #727AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727AF1; }
p { color: rgb(114,122,241); }
H1.HeaderClassName
{
color: #727AF1;
}
.AnyTagClassName
{
color: #727AF1;
}
</style>
background-color css
<style>
a { background-color: #727AF1; }
a { background-color: rgb(114,122,241); }
div.DivClassName
{
background-color: #727AF1;
}
.BgClassName
{
background-color: #727AF1;
}
</style>
border-color css
<style>
span { border-color: #727AF1; }
span { border-color: rgb(114,122,241); }
td.TdClassName
{
border-color: #727AF1;
}
.TagClassName
{
border-color: #727AF1;
}
</style>