Shades of Ship Cove #7C869E
Tints of Ship Cove #7C869E
RGB
CMYK
RGB Variations
Color information
#7C869E (or 0x7C869E) is known color: Ship Cove. HEX triplet: 7C, 86 and 9E. RGB value is (124,134,158). Sum of RGB (Red+Green+Blue) = 124+134+158=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C869E is #837961. Grayscale: #858585. Windows color (decimal): -8616290 or 10389116. OLE color: 10389116.
HSL color Cylindrical-coordinate representation of color #7C869E: hue angle of 222.35º 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 #7C869E is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 134 | 158 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.38 |
| HSL | 222.35º | 0.15% | 0.55% | - |
| HSV(B) | 222.35º | 0.22% | 0.62% | - |
| XYZ | 23.01 | 23.8 | 35.73 | - |
| YUV | 133.75 | 141.69 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 158 | 0.22 | 0.15 | 0 | 0.38 | 222.35 | 0.15 | 0.55 |
| Hex | 7C | 86 | 9E | 16 | F | 0 | 26 | DE | F | 37 |
| Octal | 174 | 206 | 236 | 26 | 17 | 0 | 46 | 336 | 17 | 67 |
| Binary | 1111100 | 10000110 | 10011110 | 10110 | 1111 | 0 | 100110 | 11011110 | 1111 | 110111 |
Color Harmonies of #7C869E
Complementary color
Monochromatic Colors of #7C869E
Black with #7C869E
Text Example
Text Example
White with #7C869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C869E; }
p { color: rgb(124,134,158); }
H1.HeaderClassName
{
color: #7C869E;
}
.AnyTagClassName
{
color: #7C869E;
}
</style>
background-color css
<style>
a { background-color: #7C869E; }
a { background-color: rgb(124,134,158); }
div.DivClassName
{
background-color: #7C869E;
}
.BgClassName
{
background-color: #7C869E;
}
</style>
border-color css
<style>
span { border-color: #7C869E; }
span { border-color: rgb(124,134,158); }
td.TdClassName
{
border-color: #7C869E;
}
.TagClassName
{
border-color: #7C869E;
}
</style>