Shades of Ship Cove #7882AB
Tints of Ship Cove #7882AB
RGB
CMYK
RGB Variations
Color information
#7882AB (or 0x7882AB) is known color: Ship Cove. HEX triplet: 78, 82 and AB. RGB value is (120,130,171). Sum of RGB (Red+Green+Blue) = 120+130+171=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 171 (67.19% from 255 or 40.62% from 421); Max value from RGB is 171 - color contains mainly: blue. Hex color #7882AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7882AB is #877D54. Grayscale: #838383. Windows color (decimal): -8879445 or 11240056. OLE color: 11240056.
HSL color Cylindrical-coordinate representation of color #7882AB: hue angle of 228.24º 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 #7882AB is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 130 | 171 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.33 |
| HSL | 228.24º | 0.23% | 0.57% | - |
| HSV(B) | 228.24º | 0.3% | 0.67% | - |
| XYZ | 23.08 | 22.9 | 41.73 | - |
| YUV | 131.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 171 | 0.30 | 0.24 | 0 | 0.33 | 228.24 | 0.23 | 0.57 |
| Hex | 78 | 82 | AB | 1E | 18 | 0 | 21 | E4 | 17 | 39 |
| Octal | 170 | 202 | 253 | 36 | 30 | 0 | 41 | 344 | 27 | 71 |
| Binary | 1111000 | 10000010 | 10101011 | 11110 | 11000 | 0 | 100001 | 11100100 | 10111 | 111001 |
Color Harmonies of #7882AB
Complementary color
Monochromatic Colors of #7882AB
Black with #7882AB
Text Example
Text Example
White with #7882AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882AB; }
p { color: rgb(120,130,171); }
H1.HeaderClassName
{
color: #7882AB;
}
.AnyTagClassName
{
color: #7882AB;
}
</style>
background-color css
<style>
a { background-color: #7882AB; }
a { background-color: rgb(120,130,171); }
div.DivClassName
{
background-color: #7882AB;
}
.BgClassName
{
background-color: #7882AB;
}
</style>
border-color css
<style>
span { border-color: #7882AB; }
span { border-color: rgb(120,130,171); }
td.TdClassName
{
border-color: #7882AB;
}
.TagClassName
{
border-color: #7882AB;
}
</style>