Shades of Ship Cove #727FA3
Tints of Ship Cove #727FA3
RGB
CMYK
RGB Variations
Color information
#727FA3 (or 0x727FA3) is known color: Ship Cove. HEX triplet: 72, 7F and A3. RGB value is (114,127,163). Sum of RGB (Red+Green+Blue) = 114+127+163=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 163 (64.06% from 255 or 40.35% from 404); Max value from RGB is 163 - color contains mainly: blue. Hex color #727FA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727FA3 is #8D805C. Grayscale: #7F7F7F. Windows color (decimal): -9273437 or 10714994. OLE color: 10714994.
HSL color Cylindrical-coordinate representation of color #727FA3: hue angle of 224.08º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727FA3 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 127 | 163 | - |
| CMYK | 0.30 | 0.22 | 0 | 0.36 |
| HSL | 224.08º | 0.21% | 0.54% | - |
| HSV(B) | 224.08º | 0.3% | 0.64% | - |
| XYZ | 21.14 | 21.4 | 37.67 | - |
| YUV | 127.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 163 | 0.30 | 0.22 | 0 | 0.36 | 224.08 | 0.21 | 0.54 |
| Hex | 72 | 7F | A3 | 1E | 16 | 0 | 24 | E0 | 15 | 36 |
| Octal | 162 | 177 | 243 | 36 | 26 | 0 | 44 | 340 | 25 | 66 |
| Binary | 1110010 | 1111111 | 10100011 | 11110 | 10110 | 0 | 100100 | 11100000 | 10101 | 110110 |
Color Harmonies of #727FA3
Complementary color
Monochromatic Colors of #727FA3
Black with #727FA3
Text Example
Text Example
White with #727FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727FA3; }
p { color: rgb(114,127,163); }
H1.HeaderClassName
{
color: #727FA3;
}
.AnyTagClassName
{
color: #727FA3;
}
</style>
background-color css
<style>
a { background-color: #727FA3; }
a { background-color: rgb(114,127,163); }
div.DivClassName
{
background-color: #727FA3;
}
.BgClassName
{
background-color: #727FA3;
}
</style>
border-color css
<style>
span { border-color: #727FA3; }
span { border-color: rgb(114,127,163); }
td.TdClassName
{
border-color: #727FA3;
}
.TagClassName
{
border-color: #727FA3;
}
</style>