Shades of Ship Cove #7087A7
Tints of Ship Cove #7087A7
RGB
CMYK
RGB Variations
Color information
#7087A7 (or 0x7087A7) is known color: Ship Cove. HEX triplet: 70, 87 and A7. RGB value is (112,135,167). Sum of RGB (Red+Green+Blue) = 112+135+167=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #7087A7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7087A7 is #8F7858. Grayscale: #838383. Windows color (decimal): -9402457 or 10979184. OLE color: 10979184.
HSL color Cylindrical-coordinate representation of color #7087A7: hue angle of 214.91º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7087A7 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 135 | 167 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.35 |
| HSL | 214.91º | 0.24% | 0.55% | - |
| HSV(B) | 214.91º | 0.33% | 0.65% | - |
| XYZ | 22.32 | 23.56 | 39.93 | - |
| YUV | 131.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 167 | 0.33 | 0.19 | 0 | 0.35 | 214.91 | 0.24 | 0.55 |
| Hex | 70 | 87 | A7 | 21 | 13 | 0 | 23 | D7 | 18 | 37 |
| Octal | 160 | 207 | 247 | 41 | 23 | 0 | 43 | 327 | 30 | 67 |
| Binary | 1110000 | 10000111 | 10100111 | 100001 | 10011 | 0 | 100011 | 11010111 | 11000 | 110111 |
Color Harmonies of #7087A7
Complementary color
Monochromatic Colors of #7087A7
Black with #7087A7
Text Example
Text Example
White with #7087A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7087A7; }
p { color: rgb(112,135,167); }
H1.HeaderClassName
{
color: #7087A7;
}
.AnyTagClassName
{
color: #7087A7;
}
</style>
background-color css
<style>
a { background-color: #7087A7; }
a { background-color: rgb(112,135,167); }
div.DivClassName
{
background-color: #7087A7;
}
.BgClassName
{
background-color: #7087A7;
}
</style>
border-color css
<style>
span { border-color: #7087A7; }
span { border-color: rgb(112,135,167); }
td.TdClassName
{
border-color: #7087A7;
}
.TagClassName
{
border-color: #7087A7;
}
</style>