Shades of Ship Cove #7C869D
Tints of Ship Cove #7C869D
RGB
CMYK
RGB Variations
Color information
#7C869D (or 0x7C869D) is known color: Ship Cove. HEX triplet: 7C, 86 and 9D. RGB value is (124,134,157). Sum of RGB (Red+Green+Blue) = 124+134+157=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C869D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C869D is #837962. Grayscale: #858585. Windows color (decimal): -8616291 or 10323580. OLE color: 10323580.
HSL color Cylindrical-coordinate representation of color #7C869D: hue angle of 221.82º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7C869D is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 134 | 157 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.38 |
| HSL | 221.82º | 0.14% | 0.55% | - |
| HSV(B) | 221.82º | 0.21% | 0.62% | - |
| XYZ | 22.92 | 23.77 | 35.28 | - |
| YUV | 133.63 | 141.19 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 134 | 157 | 0.21 | 0.15 | 0 | 0.38 | 221.82 | 0.14 | 0.55 |
| Hex | 7C | 86 | 9D | 15 | F | 0 | 26 | DE | E | 37 |
| Octal | 174 | 206 | 235 | 25 | 17 | 0 | 46 | 336 | 16 | 67 |
| Binary | 1111100 | 10000110 | 10011101 | 10101 | 1111 | 0 | 100110 | 11011110 | 1110 | 110111 |
Color Harmonies of #7C869D
Complementary color
Monochromatic Colors of #7C869D
Black with #7C869D
Text Example
Text Example
White with #7C869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C869D; }
p { color: rgb(124,134,157); }
H1.HeaderClassName
{
color: #7C869D;
}
.AnyTagClassName
{
color: #7C869D;
}
</style>
background-color css
<style>
a { background-color: #7C869D; }
a { background-color: rgb(124,134,157); }
div.DivClassName
{
background-color: #7C869D;
}
.BgClassName
{
background-color: #7C869D;
}
</style>
border-color css
<style>
span { border-color: #7C869D; }
span { border-color: rgb(124,134,157); }
td.TdClassName
{
border-color: #7C869D;
}
.TagClassName
{
border-color: #7C869D;
}
</style>