Shades of Ship Cove #727DA0
Tints of Ship Cove #727DA0
RGB
CMYK
RGB Variations
Color information
#727DA0 (or 0x727DA0) is known color: Ship Cove. HEX triplet: 72, 7D and A0. RGB value is (114,125,160). Sum of RGB (Red+Green+Blue) = 114+125+160=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #727DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727DA0 is #8D825F. Grayscale: #7D7D7D. Windows color (decimal): -9273952 or 10517874. OLE color: 10517874.
HSL color Cylindrical-coordinate representation of color #727DA0: hue angle of 225.65º 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 #727DA0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 125 | 160 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.37 |
| HSL | 225.65º | 0.19% | 0.54% | - |
| HSV(B) | 225.65º | 0.29% | 0.63% | - |
| XYZ | 20.62 | 20.78 | 36.18 | - |
| YUV | 125.7 | 147.36 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 125 | 160 | 0.29 | 0.22 | 0 | 0.37 | 225.65 | 0.19 | 0.54 |
| Hex | 72 | 7D | A0 | 1D | 16 | 0 | 25 | E2 | 13 | 36 |
| Octal | 162 | 175 | 240 | 35 | 26 | 0 | 45 | 342 | 23 | 66 |
| Binary | 1110010 | 1111101 | 10100000 | 11101 | 10110 | 0 | 100101 | 11100010 | 10011 | 110110 |
Color Harmonies of #727DA0
Complementary color
Monochromatic Colors of #727DA0
Black with #727DA0
Text Example
Text Example
White with #727DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727DA0; }
p { color: rgb(114,125,160); }
H1.HeaderClassName
{
color: #727DA0;
}
.AnyTagClassName
{
color: #727DA0;
}
</style>
background-color css
<style>
a { background-color: #727DA0; }
a { background-color: rgb(114,125,160); }
div.DivClassName
{
background-color: #727DA0;
}
.BgClassName
{
background-color: #727DA0;
}
</style>
border-color css
<style>
span { border-color: #727DA0; }
span { border-color: rgb(114,125,160); }
td.TdClassName
{
border-color: #727DA0;
}
.TagClassName
{
border-color: #727DA0;
}
</style>