Shades of Ship Cove #7D879D
Tints of Ship Cove #7D879D
RGB
CMYK
RGB Variations
Color information
#7D879D (or 0x7D879D) is known color: Ship Cove. HEX triplet: 7D, 87 and 9D. RGB value is (125,135,157). Sum of RGB (Red+Green+Blue) = 125+135+157=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 135 (53.12% from 255 or 32.37% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D879D is #827862. Grayscale: #868686. Windows color (decimal): -8550499 or 10323837. OLE color: 10323837.
HSL color Cylindrical-coordinate representation of color #7D879D: hue angle of 221.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7D879D is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 135 | 157 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.38 |
| HSL | 221.25º | 0.14% | 0.55% | - |
| HSV(B) | 221.25º | 0.2% | 0.62% | - |
| XYZ | 23.21 | 24.12 | 35.33 | - |
| YUV | 134.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 135 | 157 | 0.20 | 0.14 | 0 | 0.38 | 221.25 | 0.14 | 0.55 |
| Hex | 7D | 87 | 9D | 14 | E | 0 | 26 | DD | E | 37 |
| Octal | 175 | 207 | 235 | 24 | 16 | 0 | 46 | 335 | 16 | 67 |
| Binary | 1111101 | 10000111 | 10011101 | 10100 | 1110 | 0 | 100110 | 11011101 | 1110 | 110111 |
Color Harmonies of #7D879D
Complementary color
Monochromatic Colors of #7D879D
Black with #7D879D
Text Example
Text Example
White with #7D879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D879D; }
p { color: rgb(125,135,157); }
H1.HeaderClassName
{
color: #7D879D;
}
.AnyTagClassName
{
color: #7D879D;
}
</style>
background-color css
<style>
a { background-color: #7D879D; }
a { background-color: rgb(125,135,157); }
div.DivClassName
{
background-color: #7D879D;
}
.BgClassName
{
background-color: #7D879D;
}
</style>
border-color css
<style>
span { border-color: #7D879D; }
span { border-color: rgb(125,135,157); }
td.TdClassName
{
border-color: #7D879D;
}
.TagClassName
{
border-color: #7D879D;
}
</style>