Shades of Ship Cove #727CA0
Tints of Ship Cove #727CA0
RGB
CMYK
RGB Variations
Color information
#727CA0 (or 0x727CA0) is known color: Ship Cove. HEX triplet: 72, 7C and A0. RGB value is (114,124,160). Sum of RGB (Red+Green+Blue) = 114+124+160=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 160 - color contains mainly: blue. Hex color #727CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CA0 is #8D835F. Grayscale: #7C7C7C. Windows color (decimal): -9274208 or 10517618. OLE color: 10517618.
HSL color Cylindrical-coordinate representation of color #727CA0: hue angle of 226.96º 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 #727CA0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 124 | 160 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.37 |
| HSL | 226.96º | 0.19% | 0.54% | - |
| HSV(B) | 226.96º | 0.29% | 0.63% | - |
| XYZ | 20.49 | 20.53 | 36.14 | - |
| YUV | 125.11 | 147.69 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 160 | 0.29 | 0.22 | 0 | 0.37 | 226.96 | 0.19 | 0.54 |
| Hex | 72 | 7C | A0 | 1D | 16 | 0 | 25 | E3 | 13 | 36 |
| Octal | 162 | 174 | 240 | 35 | 26 | 0 | 45 | 343 | 23 | 66 |
| Binary | 1110010 | 1111100 | 10100000 | 11101 | 10110 | 0 | 100101 | 11100011 | 10011 | 110110 |
Color Harmonies of #727CA0
Complementary color
Monochromatic Colors of #727CA0
Black with #727CA0
Text Example
Text Example
White with #727CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727CA0; }
p { color: rgb(114,124,160); }
H1.HeaderClassName
{
color: #727CA0;
}
.AnyTagClassName
{
color: #727CA0;
}
</style>
background-color css
<style>
a { background-color: #727CA0; }
a { background-color: rgb(114,124,160); }
div.DivClassName
{
background-color: #727CA0;
}
.BgClassName
{
background-color: #727CA0;
}
</style>
border-color css
<style>
span { border-color: #727CA0; }
span { border-color: rgb(114,124,160); }
td.TdClassName
{
border-color: #727CA0;
}
.TagClassName
{
border-color: #727CA0;
}
</style>