Shades of Ship Cove #73809E
Tints of Ship Cove #73809E
RGB
CMYK
RGB Variations
Color information
#73809E (or 0x73809E) is known color: Ship Cove. HEX triplet: 73, 80 and 9E. RGB value is (115,128,158). Sum of RGB (Red+Green+Blue) = 115+128+158=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 158 - color contains mainly: blue. Hex color #73809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809E is #8C7F61. Grayscale: #7F7F7F. Windows color (decimal): -9207650 or 10387571. OLE color: 10387571.
HSL color Cylindrical-coordinate representation of color #73809E: hue angle of 221.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73809E is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 128 | 158 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.38 |
| HSL | 221.86º | 0.18% | 0.54% | - |
| HSV(B) | 221.86º | 0.27% | 0.62% | - |
| XYZ | 20.96 | 21.55 | 35.4 | - |
| YUV | 127.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 128 | 158 | 0.27 | 0.19 | 0 | 0.38 | 221.86 | 0.18 | 0.54 |
| Hex | 73 | 80 | 9E | 1B | 13 | 0 | 26 | DE | 12 | 36 |
| Octal | 163 | 200 | 236 | 33 | 23 | 0 | 46 | 336 | 22 | 66 |
| Binary | 1110011 | 10000000 | 10011110 | 11011 | 10011 | 0 | 100110 | 11011110 | 10010 | 110110 |
Color Harmonies of #73809E
Complementary color
Monochromatic Colors of #73809E
Black with #73809E
Text Example
Text Example
White with #73809E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73809E; }
p { color: rgb(115,128,158); }
H1.HeaderClassName
{
color: #73809E;
}
.AnyTagClassName
{
color: #73809E;
}
</style>
background-color css
<style>
a { background-color: #73809E; }
a { background-color: rgb(115,128,158); }
div.DivClassName
{
background-color: #73809E;
}
.BgClassName
{
background-color: #73809E;
}
</style>
border-color css
<style>
span { border-color: #73809E; }
span { border-color: rgb(115,128,158); }
td.TdClassName
{
border-color: #73809E;
}
.TagClassName
{
border-color: #73809E;
}
</style>