Shades of Ship Cove #7985AD
Tints of Ship Cove #7985AD
RGB
CMYK
RGB Variations
Color information
#7985AD (or 0x7985AD) is known color: Ship Cove. HEX triplet: 79, 85 and AD. RGB value is (121,133,173). Sum of RGB (Red+Green+Blue) = 121+133+173=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #7985AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7985AD is #867A52. Grayscale: #858585. Windows color (decimal): -8813139 or 11371897. OLE color: 11371897.
HSL color Cylindrical-coordinate representation of color #7985AD: hue angle of 226.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7985AD is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 133 | 173 | - |
| CMYK | 0.30 | 0.23 | 0 | 0.32 |
| HSL | 226.15º | 0.24% | 0.58% | - |
| HSV(B) | 226.15º | 0.3% | 0.68% | - |
| XYZ | 23.82 | 23.86 | 42.88 | - |
| YUV | 133.97 | 150.02 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 133 | 173 | 0.30 | 0.23 | 0 | 0.32 | 226.15 | 0.24 | 0.58 |
| Hex | 79 | 85 | AD | 1E | 17 | 0 | 20 | E2 | 18 | 3A |
| Octal | 171 | 205 | 255 | 36 | 27 | 0 | 40 | 342 | 30 | 72 |
| Binary | 1111001 | 10000101 | 10101101 | 11110 | 10111 | 0 | 100000 | 11100010 | 11000 | 111010 |
Color Harmonies of #7985AD
Complementary color
Monochromatic Colors of #7985AD
Black with #7985AD
Text Example
Text Example
White with #7985AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7985AD; }
p { color: rgb(121,133,173); }
H1.HeaderClassName
{
color: #7985AD;
}
.AnyTagClassName
{
color: #7985AD;
}
</style>
background-color css
<style>
a { background-color: #7985AD; }
a { background-color: rgb(121,133,173); }
div.DivClassName
{
background-color: #7985AD;
}
.BgClassName
{
background-color: #7985AD;
}
</style>
border-color css
<style>
span { border-color: #7985AD; }
span { border-color: rgb(121,133,173); }
td.TdClassName
{
border-color: #7985AD;
}
.TagClassName
{
border-color: #7985AD;
}
</style>