Shades of Ship Cove #7E869C
Tints of Ship Cove #7E869C
RGB
CMYK
RGB Variations
Color information
#7E869C (or 0x7E869C) is known color: Ship Cove. HEX triplet: 7E, 86 and 9C. RGB value is (126,134,156). Sum of RGB (Red+Green+Blue) = 126+134+156=416 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.29% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #7E869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7E869C is #817963. Grayscale: #868686. Windows color (decimal): -8485220 or 10258046. OLE color: 10258046.
HSL color Cylindrical-coordinate representation of color #7E869C: hue angle of 224º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7E869C is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 126 | 134 | 156 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.39 |
| HSL | 224º | 0.13% | 0.55% | - |
| HSV(B) | 224º | 0.19% | 0.61% | - |
| XYZ | 23.13 | 23.89 | 34.84 | - |
| YUV | 134.12 | 140.35 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 134 | 156 | 0.19 | 0.14 | 0 | 0.39 | 224 | 0.13 | 0.55 |
| Hex | 7E | 86 | 9C | 13 | E | 0 | 27 | E0 | D | 37 |
| Octal | 176 | 206 | 234 | 23 | 16 | 0 | 47 | 340 | 15 | 67 |
| Binary | 1111110 | 10000110 | 10011100 | 10011 | 1110 | 0 | 100111 | 11100000 | 1101 | 110111 |
Color Harmonies of #7E869C
Complementary color
Monochromatic Colors of #7E869C
Black with #7E869C
Text Example
Text Example
White with #7E869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E869C; }
p { color: rgb(126,134,156); }
H1.HeaderClassName
{
color: #7E869C;
}
.AnyTagClassName
{
color: #7E869C;
}
</style>
background-color css
<style>
a { background-color: #7E869C; }
a { background-color: rgb(126,134,156); }
div.DivClassName
{
background-color: #7E869C;
}
.BgClassName
{
background-color: #7E869C;
}
</style>
border-color css
<style>
span { border-color: #7E869C; }
span { border-color: rgb(126,134,156); }
td.TdClassName
{
border-color: #7E869C;
}
.TagClassName
{
border-color: #7E869C;
}
</style>