Shades of Ship Cove #7085AB
Tints of Ship Cove #7085AB
RGB
CMYK
RGB Variations
Color information
#7085AB (or 0x7085AB) is known color: Ship Cove. HEX triplet: 70, 85 and AB. RGB value is (112,133,171). Sum of RGB (Red+Green+Blue) = 112+133+171=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 171 - color contains mainly: blue. Hex color #7085AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7085AB is #8F7A54. Grayscale: #828282. Windows color (decimal): -9402965 or 11240816. OLE color: 11240816.
HSL color Cylindrical-coordinate representation of color #7085AB: hue angle of 218.64º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7085AB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 133 | 171 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.33 |
| HSL | 218.64º | 0.26% | 0.55% | - |
| HSV(B) | 218.64º | 0.35% | 0.67% | - |
| XYZ | 22.42 | 23.16 | 41.82 | - |
| YUV | 131.05 | 150.54 | 114.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 133 | 171 | 0.35 | 0.22 | 0 | 0.33 | 218.64 | 0.26 | 0.55 |
| Hex | 70 | 85 | AB | 23 | 16 | 0 | 21 | DB | 1A | 37 |
| Octal | 160 | 205 | 253 | 43 | 26 | 0 | 41 | 333 | 32 | 67 |
| Binary | 1110000 | 10000101 | 10101011 | 100011 | 10110 | 0 | 100001 | 11011011 | 11010 | 110111 |
Color Harmonies of #7085AB
Complementary color
Monochromatic Colors of #7085AB
Black with #7085AB
Text Example
Text Example
White with #7085AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7085AB; }
p { color: rgb(112,133,171); }
H1.HeaderClassName
{
color: #7085AB;
}
.AnyTagClassName
{
color: #7085AB;
}
</style>
background-color css
<style>
a { background-color: #7085AB; }
a { background-color: rgb(112,133,171); }
div.DivClassName
{
background-color: #7085AB;
}
.BgClassName
{
background-color: #7085AB;
}
</style>
border-color css
<style>
span { border-color: #7085AB; }
span { border-color: rgb(112,133,171); }
td.TdClassName
{
border-color: #7085AB;
}
.TagClassName
{
border-color: #7085AB;
}
</style>