Shades of Ship Cove #7880AD
Tints of Ship Cove #7880AD
RGB
CMYK
RGB Variations
Color information
#7880AD (or 0x7880AD) is known color: Ship Cove. HEX triplet: 78, 80 and AD. RGB value is (120,128,173). Sum of RGB (Red+Green+Blue) = 120+128+173=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #7880AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7880AD is #877F52. Grayscale: #828282. Windows color (decimal): -8879955 or 11370616. OLE color: 11370616.
HSL color Cylindrical-coordinate representation of color #7880AD: hue angle of 230.94º 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 #7880AD is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 128 | 173 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.32 |
| HSL | 230.94º | 0.24% | 0.57% | - |
| HSV(B) | 230.94º | 0.31% | 0.68% | - |
| XYZ | 23.01 | 22.45 | 42.66 | - |
| YUV | 130.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 173 | 0.31 | 0.26 | 0 | 0.32 | 230.94 | 0.24 | 0.57 |
| Hex | 78 | 80 | AD | 1F | 1A | 0 | 20 | E7 | 18 | 39 |
| Octal | 170 | 200 | 255 | 37 | 32 | 0 | 40 | 347 | 30 | 71 |
| Binary | 1111000 | 10000000 | 10101101 | 11111 | 11010 | 0 | 100000 | 11100111 | 11000 | 111001 |
Color Harmonies of #7880AD
Complementary color
Monochromatic Colors of #7880AD
Black with #7880AD
Text Example
Text Example
White with #7880AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7880AD; }
p { color: rgb(120,128,173); }
H1.HeaderClassName
{
color: #7880AD;
}
.AnyTagClassName
{
color: #7880AD;
}
</style>
background-color css
<style>
a { background-color: #7880AD; }
a { background-color: rgb(120,128,173); }
div.DivClassName
{
background-color: #7880AD;
}
.BgClassName
{
background-color: #7880AD;
}
</style>
border-color css
<style>
span { border-color: #7880AD; }
span { border-color: rgb(120,128,173); }
td.TdClassName
{
border-color: #7880AD;
}
.TagClassName
{
border-color: #7880AD;
}
</style>