Shades of Ship Cove #7883AB
Tints of Ship Cove #7883AB
RGB
CMYK
RGB Variations
Color information
#7883AB (or 0x7883AB) is known color: Ship Cove. HEX triplet: 78, 83 and AB. RGB value is (120,131,171). Sum of RGB (Red+Green+Blue) = 120+131+171=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 171 - color contains mainly: blue. Hex color #7883AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7883AB is #877C54. Grayscale: #848484. Windows color (decimal): -8879189 or 11240312. OLE color: 11240312.
HSL color Cylindrical-coordinate representation of color #7883AB: hue angle of 227.06º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7883AB is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 131 | 171 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.33 |
| HSL | 227.06º | 0.23% | 0.57% | - |
| HSV(B) | 227.06º | 0.3% | 0.67% | - |
| XYZ | 23.21 | 23.17 | 41.78 | - |
| YUV | 132.27 | 149.86 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 171 | 0.30 | 0.23 | 0 | 0.33 | 227.06 | 0.23 | 0.57 |
| Hex | 78 | 83 | AB | 1E | 17 | 0 | 21 | E3 | 17 | 39 |
| Octal | 170 | 203 | 253 | 36 | 27 | 0 | 41 | 343 | 27 | 71 |
| Binary | 1111000 | 10000011 | 10101011 | 11110 | 10111 | 0 | 100001 | 11100011 | 10111 | 111001 |
Color Harmonies of #7883AB
Complementary color
Monochromatic Colors of #7883AB
Black with #7883AB
Text Example
Text Example
White with #7883AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883AB; }
p { color: rgb(120,131,171); }
H1.HeaderClassName
{
color: #7883AB;
}
.AnyTagClassName
{
color: #7883AB;
}
</style>
background-color css
<style>
a { background-color: #7883AB; }
a { background-color: rgb(120,131,171); }
div.DivClassName
{
background-color: #7883AB;
}
.BgClassName
{
background-color: #7883AB;
}
</style>
border-color css
<style>
span { border-color: #7883AB; }
span { border-color: rgb(120,131,171); }
td.TdClassName
{
border-color: #7883AB;
}
.TagClassName
{
border-color: #7883AB;
}
</style>