Shades of Ship Cove #727DAE
Tints of Ship Cove #727DAE
RGB
CMYK
RGB Variations
Color information
#727DAE (or 0x727DAE) is known color: Ship Cove. HEX triplet: 72, 7D and AE. RGB value is (114,125,174). Sum of RGB (Red+Green+Blue) = 114+125+174=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #727DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DAE is #8D8251. Grayscale: #7F7F7F. Windows color (decimal): -9273938 or 11435378. OLE color: 11435378.
HSL color Cylindrical-coordinate representation of color #727DAE: hue angle of 229º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #727DAE is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 125 | 174 | - |
| CMYK | 0.34 | 0.28 | 0 | 0.32 |
| HSL | 229º | 0.27% | 0.56% | - |
| HSV(B) | 229º | 0.34% | 0.68% | - |
| XYZ | 21.91 | 21.3 | 43 | - |
| YUV | 127.3 | 154.36 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 174 | 0.34 | 0.28 | 0 | 0.32 | 229 | 0.27 | 0.56 |
| Hex | 72 | 7D | AE | 22 | 1C | 0 | 20 | E5 | 1B | 38 |
| Octal | 162 | 175 | 256 | 42 | 34 | 0 | 40 | 345 | 33 | 70 |
| Binary | 1110010 | 1111101 | 10101110 | 100010 | 11100 | 0 | 100000 | 11100101 | 11011 | 111000 |
Color Harmonies of #727DAE
Complementary color
Monochromatic Colors of #727DAE
Black with #727DAE
Text Example
Text Example
White with #727DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DAE; }
p { color: rgb(114,125,174); }
H1.HeaderClassName
{
color: #727DAE;
}
.AnyTagClassName
{
color: #727DAE;
}
</style>
background-color css
<style>
a { background-color: #727DAE; }
a { background-color: rgb(114,125,174); }
div.DivClassName
{
background-color: #727DAE;
}
.BgClassName
{
background-color: #727DAE;
}
</style>
border-color css
<style>
span { border-color: #727DAE; }
span { border-color: rgb(114,125,174); }
td.TdClassName
{
border-color: #727DAE;
}
.TagClassName
{
border-color: #727DAE;
}
</style>