Shades of Ship Cove #7C839F
Tints of Ship Cove #7C839F
RGB
CMYK
RGB Variations
Color information
#7C839F (or 0x7C839F) is known color: Ship Cove. HEX triplet: 7C, 83 and 9F. RGB value is (124,131,159). Sum of RGB (Red+Green+Blue) = 124+131+159=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 159 (62.5% from 255 or 38.41% from 414); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C839F is #837C60. Grayscale: #838383. Windows color (decimal): -8617057 or 10453884. OLE color: 10453884.
HSL color Cylindrical-coordinate representation of color #7C839F: hue angle of 228º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C839F is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 131 | 159 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.38 |
| HSL | 228º | 0.15% | 0.55% | - |
| HSV(B) | 228º | 0.22% | 0.62% | - |
| XYZ | 22.69 | 23.02 | 36.05 | - |
| YUV | 132.1 | 143.18 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 131 | 159 | 0.22 | 0.18 | 0 | 0.38 | 228 | 0.15 | 0.55 |
| Hex | 7C | 83 | 9F | 16 | 12 | 0 | 26 | E4 | F | 37 |
| Octal | 174 | 203 | 237 | 26 | 22 | 0 | 46 | 344 | 17 | 67 |
| Binary | 1111100 | 10000011 | 10011111 | 10110 | 10010 | 0 | 100110 | 11100100 | 1111 | 110111 |
Color Harmonies of #7C839F
Complementary color
Monochromatic Colors of #7C839F
Black with #7C839F
Text Example
Text Example
White with #7C839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C839F; }
p { color: rgb(124,131,159); }
H1.HeaderClassName
{
color: #7C839F;
}
.AnyTagClassName
{
color: #7C839F;
}
</style>
background-color css
<style>
a { background-color: #7C839F; }
a { background-color: rgb(124,131,159); }
div.DivClassName
{
background-color: #7C839F;
}
.BgClassName
{
background-color: #7C839F;
}
</style>
border-color css
<style>
span { border-color: #7C839F; }
span { border-color: rgb(124,131,159); }
td.TdClassName
{
border-color: #7C839F;
}
.TagClassName
{
border-color: #7C839F;
}
</style>