Shades of Ship Cove #727F9D
Tints of Ship Cove #727F9D
RGB
CMYK
RGB Variations
Color information
#727F9D (or 0x727F9D) is known color: Ship Cove. HEX triplet: 72, 7F and 9D. RGB value is (114,127,157). Sum of RGB (Red+Green+Blue) = 114+127+157=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 157 - color contains mainly: blue. Hex color #727F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727F9D is #8D8062. Grayscale: #7E7E7E. Windows color (decimal): -9273443 or 10321778. OLE color: 10321778.
HSL color Cylindrical-coordinate representation of color #727F9D: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #727F9D is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 127 | 157 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.38 |
| HSL | 221.86º | 0.18% | 0.53% | - |
| HSV(B) | 221.86º | 0.27% | 0.62% | - |
| XYZ | 20.61 | 21.19 | 34.9 | - |
| YUV | 126.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 127 | 157 | 0.27 | 0.19 | 0 | 0.38 | 221.86 | 0.18 | 0.53 |
| Hex | 72 | 7F | 9D | 1B | 13 | 0 | 26 | DE | 12 | 35 |
| Octal | 162 | 177 | 235 | 33 | 23 | 0 | 46 | 336 | 22 | 65 |
| Binary | 1110010 | 1111111 | 10011101 | 11011 | 10011 | 0 | 100110 | 11011110 | 10010 | 110101 |
Color Harmonies of #727F9D
Complementary color
Monochromatic Colors of #727F9D
Black with #727F9D
Text Example
Text Example
White with #727F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727F9D; }
p { color: rgb(114,127,157); }
H1.HeaderClassName
{
color: #727F9D;
}
.AnyTagClassName
{
color: #727F9D;
}
</style>
background-color css
<style>
a { background-color: #727F9D; }
a { background-color: rgb(114,127,157); }
div.DivClassName
{
background-color: #727F9D;
}
.BgClassName
{
background-color: #727F9D;
}
</style>
border-color css
<style>
span { border-color: #727F9D; }
span { border-color: rgb(114,127,157); }
td.TdClassName
{
border-color: #727F9D;
}
.TagClassName
{
border-color: #727F9D;
}
</style>