Shades of Ship Cove #727EA6
Tints of Ship Cove #727EA6
RGB
CMYK
RGB Variations
Color information
#727EA6 (or 0x727EA6) is known color: Ship Cove. HEX triplet: 72, 7E and A6. RGB value is (114,126,166). Sum of RGB (Red+Green+Blue) = 114+126+166=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 126 (49.61% from 255 or 31.03% from 406); Blue value is 166 (65.23% from 255 or 40.89% from 406); Max value from RGB is 166 - color contains mainly: blue. Hex color #727EA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EA6 is #8D8159. Grayscale: #7E7E7E. Windows color (decimal): -9273690 or 10911346. OLE color: 10911346.
HSL color Cylindrical-coordinate representation of color #727EA6: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #727EA6 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 126 | 166 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.35 |
| HSL | 226.15º | 0.23% | 0.55% | - |
| HSV(B) | 226.15º | 0.31% | 0.65% | - |
| XYZ | 21.28 | 21.25 | 39.06 | - |
| YUV | 126.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 166 | 0.31 | 0.24 | 0 | 0.35 | 226.15 | 0.23 | 0.55 |
| Hex | 72 | 7E | A6 | 1F | 18 | 0 | 23 | E2 | 17 | 37 |
| Octal | 162 | 176 | 246 | 37 | 30 | 0 | 43 | 342 | 27 | 67 |
| Binary | 1110010 | 1111110 | 10100110 | 11111 | 11000 | 0 | 100011 | 11100010 | 10111 | 110111 |
Color Harmonies of #727EA6
Complementary color
Monochromatic Colors of #727EA6
Black with #727EA6
Text Example
Text Example
White with #727EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EA6; }
p { color: rgb(114,126,166); }
H1.HeaderClassName
{
color: #727EA6;
}
.AnyTagClassName
{
color: #727EA6;
}
</style>
background-color css
<style>
a { background-color: #727EA6; }
a { background-color: rgb(114,126,166); }
div.DivClassName
{
background-color: #727EA6;
}
.BgClassName
{
background-color: #727EA6;
}
</style>
border-color css
<style>
span { border-color: #727EA6; }
span { border-color: rgb(114,126,166); }
td.TdClassName
{
border-color: #727EA6;
}
.TagClassName
{
border-color: #727EA6;
}
</style>