Shades of Ship Cove #7C809B
Tints of Ship Cove #7C809B
RGB
CMYK
RGB Variations
Color information
#7C809B (or 0x7C809B) is known color: Ship Cove. HEX triplet: 7C, 80 and 9B. RGB value is (124,128,155). Sum of RGB (Red+Green+Blue) = 124+128+155=407 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.47% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C809B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C809B is #837F64. Grayscale: #818181. Windows color (decimal): -8617829 or 10190972. OLE color: 10190972.
HSL color Cylindrical-coordinate representation of color #7C809B: hue angle of 232.26º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7C809B is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 128 | 155 | - |
| CMYK | 0.2 | 0.17 | 0 | 0.39 |
| HSL | 232.26º | 0.13% | 0.55% | - |
| HSV(B) | 232.26º | 0.2% | 0.61% | - |
| XYZ | 21.95 | 22.09 | 34.12 | - |
| YUV | 129.88 | 142.17 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 155 | 0.2 | 0.17 | 0 | 0.39 | 232.26 | 0.13 | 0.55 |
| Hex | 7C | 80 | 9B | 14 | 11 | 0 | 27 | E8 | D | 37 |
| Octal | 174 | 200 | 233 | 24 | 21 | 0 | 47 | 350 | 15 | 67 |
| Binary | 1111100 | 10000000 | 10011011 | 10100 | 10001 | 0 | 100111 | 11101000 | 1101 | 110111 |
Color Harmonies of #7C809B
Complementary color
Monochromatic Colors of #7C809B
Black with #7C809B
Text Example
Text Example
White with #7C809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C809B; }
p { color: rgb(124,128,155); }
H1.HeaderClassName
{
color: #7C809B;
}
.AnyTagClassName
{
color: #7C809B;
}
</style>
background-color css
<style>
a { background-color: #7C809B; }
a { background-color: rgb(124,128,155); }
div.DivClassName
{
background-color: #7C809B;
}
.BgClassName
{
background-color: #7C809B;
}
</style>
border-color css
<style>
span { border-color: #7C809B; }
span { border-color: rgb(124,128,155); }
td.TdClassName
{
border-color: #7C809B;
}
.TagClassName
{
border-color: #7C809B;
}
</style>