Shades of Medium Slate Blue #727AE5
Tints of Medium Slate Blue #727AE5
RGB
CMYK
RGB Variations
Color information
#727AE5 (or 0x727AE5) is known color: Medium Slate Blue. HEX triplet: 72, 7A and E5. RGB value is (114,122,229). Sum of RGB (Red+Green+Blue) = 114+122+229=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #727AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727AE5 is #8D851A. Grayscale: #838383. Windows color (decimal): -9274651 or 15039090. OLE color: 15039090.
HSL color Cylindrical-coordinate representation of color #727AE5: hue angle of 235.83º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #727AE5 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 122 | 229 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.10 |
| HSL | 235.83º | 0.69% | 0.67% | - |
| HSV(B) | 235.83º | 0.5% | 0.9% | - |
| XYZ | 28.04 | 23.15 | 77.12 | - |
| YUV | 131.81 | 182.85 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 122 | 229 | 0.50 | 0.47 | 0 | 0.10 | 235.83 | 0.69 | 0.67 |
| Hex | 72 | 7A | E5 | 32 | 2F | 0 | A | EC | 45 | 43 |
| Octal | 162 | 172 | 345 | 62 | 57 | 0 | 12 | 354 | 105 | 103 |
| Binary | 1110010 | 1111010 | 11100101 | 110010 | 101111 | 0 | 1010 | 11101100 | 1000101 | 1000011 |
Color Harmonies of #727AE5
Complementary color
Monochromatic Colors of #727AE5
Black with #727AE5
Text Example
Text Example
White with #727AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727AE5; }
p { color: rgb(114,122,229); }
H1.HeaderClassName
{
color: #727AE5;
}
.AnyTagClassName
{
color: #727AE5;
}
</style>
background-color css
<style>
a { background-color: #727AE5; }
a { background-color: rgb(114,122,229); }
div.DivClassName
{
background-color: #727AE5;
}
.BgClassName
{
background-color: #727AE5;
}
</style>
border-color css
<style>
span { border-color: #727AE5; }
span { border-color: rgb(114,122,229); }
td.TdClassName
{
border-color: #727AE5;
}
.TagClassName
{
border-color: #727AE5;
}
</style>