Shades of Ship Cove #727F9F
Tints of Ship Cove #727F9F
RGB
CMYK
RGB Variations
Color information
#727F9F (or 0x727F9F) is known color: Ship Cove. HEX triplet: 72, 7F and 9F. RGB value is (114,127,159). Sum of RGB (Red+Green+Blue) = 114+127+159=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #727F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F9F is #8D8060. Grayscale: #7E7E7E. Windows color (decimal): -9273441 or 10452850. OLE color: 10452850.
HSL color Cylindrical-coordinate representation of color #727F9F: hue angle of 222.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #727F9F is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 127 | 159 | - |
| CMYK | 0.28 | 0.20 | 0 | 0.38 |
| HSL | 222.67º | 0.19% | 0.54% | - |
| HSV(B) | 222.67º | 0.28% | 0.62% | - |
| XYZ | 20.79 | 21.26 | 35.81 | - |
| YUV | 126.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 159 | 0.28 | 0.20 | 0 | 0.38 | 222.67 | 0.19 | 0.54 |
| Hex | 72 | 7F | 9F | 1C | 14 | 0 | 26 | DF | 13 | 36 |
| Octal | 162 | 177 | 237 | 34 | 24 | 0 | 46 | 337 | 23 | 66 |
| Binary | 1110010 | 1111111 | 10011111 | 11100 | 10100 | 0 | 100110 | 11011111 | 10011 | 110110 |
Color Harmonies of #727F9F
Complementary color
Monochromatic Colors of #727F9F
Black with #727F9F
Text Example
Text Example
White with #727F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F9F; }
p { color: rgb(114,127,159); }
H1.HeaderClassName
{
color: #727F9F;
}
.AnyTagClassName
{
color: #727F9F;
}
</style>
background-color css
<style>
a { background-color: #727F9F; }
a { background-color: rgb(114,127,159); }
div.DivClassName
{
background-color: #727F9F;
}
.BgClassName
{
background-color: #727F9F;
}
</style>
border-color css
<style>
span { border-color: #727F9F; }
span { border-color: rgb(114,127,159); }
td.TdClassName
{
border-color: #727F9F;
}
.TagClassName
{
border-color: #727F9F;
}
</style>