Shades of Ship Cove #8087AD
Tints of Ship Cove #8087AD
RGB
CMYK
RGB Variations
Color information
#8087AD (or 0x8087AD) is known color: Ship Cove. HEX triplet: 80, 87 and AD. RGB value is (128,135,173). Sum of RGB (Red+Green+Blue) = 128+135+173=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #8087AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8087AD is #7F7852. Grayscale: #898989. Windows color (decimal): -8353875 or 11372416. OLE color: 11372416.
HSL color Cylindrical-coordinate representation of color #8087AD: hue angle of 230.67º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8087AD is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 135 | 173 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.32 |
| HSL | 230.67º | 0.22% | 0.59% | - |
| HSV(B) | 230.67º | 0.26% | 0.68% | - |
| XYZ | 25.11 | 24.93 | 43.02 | - |
| YUV | 137.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 135 | 173 | 0.26 | 0.22 | 0 | 0.32 | 230.67 | 0.22 | 0.59 |
| Hex | 80 | 87 | AD | 1A | 16 | 0 | 20 | E7 | 16 | 3B |
| Octal | 200 | 207 | 255 | 32 | 26 | 0 | 40 | 347 | 26 | 73 |
| Binary | 10000000 | 10000111 | 10101101 | 11010 | 10110 | 0 | 100000 | 11100111 | 10110 | 111011 |
Color Harmonies of #8087AD
Complementary color
Monochromatic Colors of #8087AD
Black with #8087AD
Text Example
Text Example
White with #8087AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8087AD; }
p { color: rgb(128,135,173); }
H1.HeaderClassName
{
color: #8087AD;
}
.AnyTagClassName
{
color: #8087AD;
}
</style>
background-color css
<style>
a { background-color: #8087AD; }
a { background-color: rgb(128,135,173); }
div.DivClassName
{
background-color: #8087AD;
}
.BgClassName
{
background-color: #8087AD;
}
</style>
border-color css
<style>
span { border-color: #8087AD; }
span { border-color: rgb(128,135,173); }
td.TdClassName
{
border-color: #8087AD;
}
.TagClassName
{
border-color: #8087AD;
}
</style>