Shades of Ship Cove #7A89B1
Tints of Ship Cove #7A89B1
RGB
CMYK
RGB Variations
Color information
#7A89B1 (or 0x7A89B1) is known color: Ship Cove. HEX triplet: 7A, 89 and B1. RGB value is (122,137,177). Sum of RGB (Red+Green+Blue) = 122+137+177=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A89B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A89B1 is #85764E. Grayscale: #888888. Windows color (decimal): -8746575 or 11635066. OLE color: 11635066.
HSL color Cylindrical-coordinate representation of color #7A89B1: hue angle of 223.64º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A89B1 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 137 | 177 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.31 |
| HSL | 223.64º | 0.26% | 0.59% | - |
| HSV(B) | 223.64º | 0.31% | 0.69% | - |
| XYZ | 24.91 | 25.2 | 45.15 | - |
| YUV | 137.08 | 150.53 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 177 | 0.31 | 0.23 | 0 | 0.31 | 223.64 | 0.26 | 0.59 |
| Hex | 7A | 89 | B1 | 1F | 17 | 0 | 1F | E0 | 1A | 3B |
| Octal | 172 | 211 | 261 | 37 | 27 | 0 | 37 | 340 | 32 | 73 |
| Binary | 1111010 | 10001001 | 10110001 | 11111 | 10111 | 0 | 11111 | 11100000 | 11010 | 111011 |
Color Harmonies of #7A89B1
Complementary color
Monochromatic Colors of #7A89B1
Black with #7A89B1
Text Example
Text Example
White with #7A89B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A89B1; }
p { color: rgb(122,137,177); }
H1.HeaderClassName
{
color: #7A89B1;
}
.AnyTagClassName
{
color: #7A89B1;
}
</style>
background-color css
<style>
a { background-color: #7A89B1; }
a { background-color: rgb(122,137,177); }
div.DivClassName
{
background-color: #7A89B1;
}
.BgClassName
{
background-color: #7A89B1;
}
</style>
border-color css
<style>
span { border-color: #7A89B1; }
span { border-color: rgb(122,137,177); }
td.TdClassName
{
border-color: #7A89B1;
}
.TagClassName
{
border-color: #7A89B1;
}
</style>