Shades of Ship Cove #7881AD
Tints of Ship Cove #7881AD
RGB
CMYK
RGB Variations
Color information
#7881AD (or 0x7881AD) is known color: Ship Cove. HEX triplet: 78, 81 and AD. RGB value is (120,129,173). Sum of RGB (Red+Green+Blue) = 120+129+173=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #7881AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7881AD is #877E52. Grayscale: #838383. Windows color (decimal): -8879699 or 11370872. OLE color: 11370872.
HSL color Cylindrical-coordinate representation of color #7881AD: hue angle of 229.81º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7881AD is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 129 | 173 | - |
| CMYK | 0.31 | 0.25 | 0 | 0.32 |
| HSL | 229.81º | 0.24% | 0.57% | - |
| HSV(B) | 229.81º | 0.31% | 0.68% | - |
| XYZ | 23.14 | 22.71 | 42.7 | - |
| YUV | 131.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 173 | 0.31 | 0.25 | 0 | 0.32 | 229.81 | 0.24 | 0.57 |
| Hex | 78 | 81 | AD | 1F | 19 | 0 | 20 | E6 | 18 | 39 |
| Octal | 170 | 201 | 255 | 37 | 31 | 0 | 40 | 346 | 30 | 71 |
| Binary | 1111000 | 10000001 | 10101101 | 11111 | 11001 | 0 | 100000 | 11100110 | 11000 | 111001 |
Color Harmonies of #7881AD
Complementary color
Monochromatic Colors of #7881AD
Black with #7881AD
Text Example
Text Example
White with #7881AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7881AD; }
p { color: rgb(120,129,173); }
H1.HeaderClassName
{
color: #7881AD;
}
.AnyTagClassName
{
color: #7881AD;
}
</style>
background-color css
<style>
a { background-color: #7881AD; }
a { background-color: rgb(120,129,173); }
div.DivClassName
{
background-color: #7881AD;
}
.BgClassName
{
background-color: #7881AD;
}
</style>
border-color css
<style>
span { border-color: #7881AD; }
span { border-color: rgb(120,129,173); }
td.TdClassName
{
border-color: #7881AD;
}
.TagClassName
{
border-color: #7881AD;
}
</style>