Shades of Ship Cove #727EA4
Tints of Ship Cove #727EA4
RGB
CMYK
RGB Variations
Color information
#727EA4 (or 0x727EA4) is known color: Ship Cove. HEX triplet: 72, 7E and A4. RGB value is (114,126,164). Sum of RGB (Red+Green+Blue) = 114+126+164=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 164 (64.45% from 255 or 40.59% from 404); Max value from RGB is 164 - color contains mainly: blue. Hex color #727EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727EA4 is #8D815B. Grayscale: #7E7E7E. Windows color (decimal): -9273692 or 10780274. OLE color: 10780274.
HSL color Cylindrical-coordinate representation of color #727EA4: hue angle of 225.6º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727EA4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 126 | 164 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.36 |
| HSL | 225.6º | 0.22% | 0.55% | - |
| HSV(B) | 225.6º | 0.3% | 0.64% | - |
| XYZ | 21.1 | 21.18 | 38.1 | - |
| YUV | 126.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 126 | 164 | 0.30 | 0.23 | 0 | 0.36 | 225.6 | 0.22 | 0.55 |
| Hex | 72 | 7E | A4 | 1E | 17 | 0 | 24 | E2 | 16 | 37 |
| Octal | 162 | 176 | 244 | 36 | 27 | 0 | 44 | 342 | 26 | 67 |
| Binary | 1110010 | 1111110 | 10100100 | 11110 | 10111 | 0 | 100100 | 11100010 | 10110 | 110111 |
Color Harmonies of #727EA4
Complementary color
Monochromatic Colors of #727EA4
Black with #727EA4
Text Example
Text Example
White with #727EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727EA4; }
p { color: rgb(114,126,164); }
H1.HeaderClassName
{
color: #727EA4;
}
.AnyTagClassName
{
color: #727EA4;
}
</style>
background-color css
<style>
a { background-color: #727EA4; }
a { background-color: rgb(114,126,164); }
div.DivClassName
{
background-color: #727EA4;
}
.BgClassName
{
background-color: #727EA4;
}
</style>
border-color css
<style>
span { border-color: #727EA4; }
span { border-color: rgb(114,126,164); }
td.TdClassName
{
border-color: #727EA4;
}
.TagClassName
{
border-color: #727EA4;
}
</style>