Shades of Ship Cove #727FA0
Tints of Ship Cove #727FA0
RGB
CMYK
RGB Variations
Color information
#727FA0 (or 0x727FA0) is known color: Ship Cove. HEX triplet: 72, 7F and A0. RGB value is (114,127,160). Sum of RGB (Red+Green+Blue) = 114+127+160=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 160 (62.89% from 255 or 39.90% from 401); Max value from RGB is 160 - color contains mainly: blue. Hex color #727FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA0 is #8D805F. Grayscale: #7E7E7E. Windows color (decimal): -9273440 or 10518386. OLE color: 10518386.
HSL color Cylindrical-coordinate representation of color #727FA0: hue angle of 223.04º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #727FA0 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 127 | 160 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.37 |
| HSL | 223.04º | 0.19% | 0.54% | - |
| HSV(B) | 223.04º | 0.29% | 0.63% | - |
| XYZ | 20.87 | 21.29 | 36.27 | - |
| YUV | 126.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 160 | 0.29 | 0.21 | 0 | 0.37 | 223.04 | 0.19 | 0.54 |
| Hex | 72 | 7F | A0 | 1D | 15 | 0 | 25 | DF | 13 | 36 |
| Octal | 162 | 177 | 240 | 35 | 25 | 0 | 45 | 337 | 23 | 66 |
| Binary | 1110010 | 1111111 | 10100000 | 11101 | 10101 | 0 | 100101 | 11011111 | 10011 | 110110 |
Color Harmonies of #727FA0
Complementary color
Monochromatic Colors of #727FA0
Black with #727FA0
Text Example
Text Example
White with #727FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FA0; }
p { color: rgb(114,127,160); }
H1.HeaderClassName
{
color: #727FA0;
}
.AnyTagClassName
{
color: #727FA0;
}
</style>
background-color css
<style>
a { background-color: #727FA0; }
a { background-color: rgb(114,127,160); }
div.DivClassName
{
background-color: #727FA0;
}
.BgClassName
{
background-color: #727FA0;
}
</style>
border-color css
<style>
span { border-color: #727FA0; }
span { border-color: rgb(114,127,160); }
td.TdClassName
{
border-color: #727FA0;
}
.TagClassName
{
border-color: #727FA0;
}
</style>