Shades of Ship Cove #7785AF
Tints of Ship Cove #7785AF
RGB
CMYK
RGB Variations
Color information
#7785AF (or 0x7785AF) is known color: Ship Cove. HEX triplet: 77, 85 and AF. RGB value is (119,133,175). Sum of RGB (Red+Green+Blue) = 119+133+175=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #7785AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AF is #887A50. Grayscale: #858585. Windows color (decimal): -8944209 or 11502967. OLE color: 11502967.
HSL color Cylindrical-coordinate representation of color #7785AF: hue angle of 225º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7785AF is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 133 | 175 | - |
| CMYK | 0.32 | 0.24 | 0 | 0.31 |
| HSL | 225º | 0.26% | 0.58% | - |
| HSV(B) | 225º | 0.32% | 0.69% | - |
| XYZ | 23.73 | 23.79 | 43.9 | - |
| YUV | 133.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 133 | 175 | 0.32 | 0.24 | 0 | 0.31 | 225 | 0.26 | 0.58 |
| Hex | 77 | 85 | AF | 20 | 18 | 0 | 1F | E1 | 1A | 3A |
| Octal | 167 | 205 | 257 | 40 | 30 | 0 | 37 | 341 | 32 | 72 |
| Binary | 1110111 | 10000101 | 10101111 | 100000 | 11000 | 0 | 11111 | 11100001 | 11010 | 111010 |
Color Harmonies of #7785AF
Complementary color
Monochromatic Colors of #7785AF
Black with #7785AF
Text Example
Text Example
White with #7785AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7785AF; }
p { color: rgb(119,133,175); }
H1.HeaderClassName
{
color: #7785AF;
}
.AnyTagClassName
{
color: #7785AF;
}
</style>
background-color css
<style>
a { background-color: #7785AF; }
a { background-color: rgb(119,133,175); }
div.DivClassName
{
background-color: #7785AF;
}
.BgClassName
{
background-color: #7785AF;
}
</style>
border-color css
<style>
span { border-color: #7785AF; }
span { border-color: rgb(119,133,175); }
td.TdClassName
{
border-color: #7785AF;
}
.TagClassName
{
border-color: #7785AF;
}
</style>