Shades of Ship Cove #7889B2
Tints of Ship Cove #7889B2
RGB
CMYK
RGB Variations
Color information
#7889B2 (or 0x7889B2) is known color: Ship Cove. HEX triplet: 78, 89 and B2. RGB value is (120,137,178). Sum of RGB (Red+Green+Blue) = 120+137+178=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #7889B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7889B2 is #87764D. Grayscale: #888888. Windows color (decimal): -8877646 or 11700600. OLE color: 11700600.
HSL color Cylindrical-coordinate representation of color #7889B2: hue angle of 222.41º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7889B2 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 120 | 137 | 178 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.30 |
| HSL | 222.41º | 0.27% | 0.58% | - |
| HSV(B) | 222.41º | 0.33% | 0.7% | - |
| XYZ | 24.73 | 25.1 | 45.66 | - |
| YUV | 136.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 178 | 0.33 | 0.23 | 0 | 0.30 | 222.41 | 0.27 | 0.58 |
| Hex | 78 | 89 | B2 | 21 | 17 | 0 | 1E | DE | 1B | 3A |
| Octal | 170 | 211 | 262 | 41 | 27 | 0 | 36 | 336 | 33 | 72 |
| Binary | 1111000 | 10001001 | 10110010 | 100001 | 10111 | 0 | 11110 | 11011110 | 11011 | 111010 |
Color Harmonies of #7889B2
Complementary color
Monochromatic Colors of #7889B2
Black with #7889B2
Text Example
Text Example
White with #7889B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7889B2; }
p { color: rgb(120,137,178); }
H1.HeaderClassName
{
color: #7889B2;
}
.AnyTagClassName
{
color: #7889B2;
}
</style>
background-color css
<style>
a { background-color: #7889B2; }
a { background-color: rgb(120,137,178); }
div.DivClassName
{
background-color: #7889B2;
}
.BgClassName
{
background-color: #7889B2;
}
</style>
border-color css
<style>
span { border-color: #7889B2; }
span { border-color: rgb(120,137,178); }
td.TdClassName
{
border-color: #7889B2;
}
.TagClassName
{
border-color: #7889B2;
}
</style>