Shades of Ship Cove #7D89A4
Tints of Ship Cove #7D89A4
RGB
CMYK
RGB Variations
Color information
#7D89A4 (or 0x7D89A4) is known color: Ship Cove. HEX triplet: 7D, 89 and A4. RGB value is (125,137,164). Sum of RGB (Red+Green+Blue) = 125+137+164=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 164 (64.45% from 255 or 38.50% from 426); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D89A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D89A4 is #82765B. Grayscale: #888888. Windows color (decimal): -8549980 or 10783101. OLE color: 10783101.
HSL color Cylindrical-coordinate representation of color #7D89A4: hue angle of 221.54º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7D89A4 is Cyan = 0.24, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 137 | 164 | - |
| CMYK | 0.24 | 0.16 | 0 | 0.36 |
| HSL | 221.54º | 0.18% | 0.57% | - |
| HSV(B) | 221.54º | 0.24% | 0.64% | - |
| XYZ | 24.1 | 24.93 | 38.66 | - |
| YUV | 136.49 | 143.52 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 137 | 164 | 0.24 | 0.16 | 0 | 0.36 | 221.54 | 0.18 | 0.57 |
| Hex | 7D | 89 | A4 | 18 | 10 | 0 | 24 | DE | 12 | 39 |
| Octal | 175 | 211 | 244 | 30 | 20 | 0 | 44 | 336 | 22 | 71 |
| Binary | 1111101 | 10001001 | 10100100 | 11000 | 10000 | 0 | 100100 | 11011110 | 10010 | 111001 |
Color Harmonies of #7D89A4
Complementary color
Monochromatic Colors of #7D89A4
Black with #7D89A4
Text Example
Text Example
White with #7D89A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D89A4; }
p { color: rgb(125,137,164); }
H1.HeaderClassName
{
color: #7D89A4;
}
.AnyTagClassName
{
color: #7D89A4;
}
</style>
background-color css
<style>
a { background-color: #7D89A4; }
a { background-color: rgb(125,137,164); }
div.DivClassName
{
background-color: #7D89A4;
}
.BgClassName
{
background-color: #7D89A4;
}
</style>
border-color css
<style>
span { border-color: #7D89A4; }
span { border-color: rgb(125,137,164); }
td.TdClassName
{
border-color: #7D89A4;
}
.TagClassName
{
border-color: #7D89A4;
}
</style>