Shades of Ship Cove #727FA4
Tints of Ship Cove #727FA4
RGB
CMYK
RGB Variations
Color information
#727FA4 (or 0x727FA4) is known color: Ship Cove. HEX triplet: 72, 7F and A4. RGB value is (114,127,164). Sum of RGB (Red+Green+Blue) = 114+127+164=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 127 (50% from 255 or 31.36% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #727FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA4 is #8D805B. Grayscale: #7F7F7F. Windows color (decimal): -9273436 or 10780530. OLE color: 10780530.
HSL color Cylindrical-coordinate representation of color #727FA4: hue angle of 224.4º 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 #727FA4 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 127 | 164 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.36 |
| HSL | 224.4º | 0.22% | 0.55% | - |
| HSV(B) | 224.4º | 0.3% | 0.64% | - |
| XYZ | 21.23 | 21.44 | 38.14 | - |
| YUV | 127.33 | 148.69 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 164 | 0.30 | 0.23 | 0 | 0.36 | 224.4 | 0.22 | 0.55 |
| Hex | 72 | 7F | A4 | 1E | 17 | 0 | 24 | E0 | 16 | 37 |
| Octal | 162 | 177 | 244 | 36 | 27 | 0 | 44 | 340 | 26 | 67 |
| Binary | 1110010 | 1111111 | 10100100 | 11110 | 10111 | 0 | 100100 | 11100000 | 10110 | 110111 |
Color Harmonies of #727FA4
Complementary color
Monochromatic Colors of #727FA4
Black with #727FA4
Text Example
Text Example
White with #727FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FA4; }
p { color: rgb(114,127,164); }
H1.HeaderClassName
{
color: #727FA4;
}
.AnyTagClassName
{
color: #727FA4;
}
</style>
background-color css
<style>
a { background-color: #727FA4; }
a { background-color: rgb(114,127,164); }
div.DivClassName
{
background-color: #727FA4;
}
.BgClassName
{
background-color: #727FA4;
}
</style>
border-color css
<style>
span { border-color: #727FA4; }
span { border-color: rgb(114,127,164); }
td.TdClassName
{
border-color: #727FA4;
}
.TagClassName
{
border-color: #727FA4;
}
</style>