Shades of Ship Cove #7B89AA
Tints of Ship Cove #7B89AA
RGB
CMYK
RGB Variations
Color information
#7B89AA (or 0x7B89AA) is known color: Ship Cove. HEX triplet: 7B, 89 and AA. RGB value is (123,137,170). Sum of RGB (Red+Green+Blue) = 123+137+170=430 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.60% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B89AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B89AA is #847655. Grayscale: #888888. Windows color (decimal): -8681046 or 11176315. OLE color: 11176315.
HSL color Cylindrical-coordinate representation of color #7B89AA: hue angle of 222.13º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B89AA is Cyan = 0.28, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 137 | 170 | - |
| CMYK | 0.28 | 0.19 | 0 | 0.33 |
| HSL | 222.13º | 0.22% | 0.57% | - |
| HSV(B) | 222.13º | 0.28% | 0.67% | - |
| XYZ | 24.37 | 25 | 41.57 | - |
| YUV | 136.58 | 146.86 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 137 | 170 | 0.28 | 0.19 | 0 | 0.33 | 222.13 | 0.22 | 0.57 |
| Hex | 7B | 89 | AA | 1C | 13 | 0 | 21 | DE | 16 | 39 |
| Octal | 173 | 211 | 252 | 34 | 23 | 0 | 41 | 336 | 26 | 71 |
| Binary | 1111011 | 10001001 | 10101010 | 11100 | 10011 | 0 | 100001 | 11011110 | 10110 | 111001 |
Color Harmonies of #7B89AA
Complementary color
Monochromatic Colors of #7B89AA
Black with #7B89AA
Text Example
Text Example
White with #7B89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B89AA; }
p { color: rgb(123,137,170); }
H1.HeaderClassName
{
color: #7B89AA;
}
.AnyTagClassName
{
color: #7B89AA;
}
</style>
background-color css
<style>
a { background-color: #7B89AA; }
a { background-color: rgb(123,137,170); }
div.DivClassName
{
background-color: #7B89AA;
}
.BgClassName
{
background-color: #7B89AA;
}
</style>
border-color css
<style>
span { border-color: #7B89AA; }
span { border-color: rgb(123,137,170); }
td.TdClassName
{
border-color: #7B89AA;
}
.TagClassName
{
border-color: #7B89AA;
}
</style>