Shades of Ship Cove #7487A9
Tints of Ship Cove #7487A9
RGB
CMYK
RGB Variations
Color information
#7487A9 (or 0x7487A9) is known color: Ship Cove. HEX triplet: 74, 87 and A9. RGB value is (116,135,169). Sum of RGB (Red+Green+Blue) = 116+135+169=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #7487A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7487A9 is #8B7856. Grayscale: #858585. Windows color (decimal): -9140311 or 11110260. OLE color: 11110260.
HSL color Cylindrical-coordinate representation of color #7487A9: hue angle of 218.49º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7487A9 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 116 | 135 | 169 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.34 |
| HSL | 218.49º | 0.24% | 0.56% | - |
| HSV(B) | 218.49º | 0.31% | 0.66% | - |
| XYZ | 23.03 | 23.91 | 40.94 | - |
| YUV | 133.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 169 | 0.31 | 0.20 | 0 | 0.34 | 218.49 | 0.24 | 0.56 |
| Hex | 74 | 87 | A9 | 1F | 14 | 0 | 22 | DA | 18 | 38 |
| Octal | 164 | 207 | 251 | 37 | 24 | 0 | 42 | 332 | 30 | 70 |
| Binary | 1110100 | 10000111 | 10101001 | 11111 | 10100 | 0 | 100010 | 11011010 | 11000 | 111000 |
Color Harmonies of #7487A9
Complementary color
Monochromatic Colors of #7487A9
Black with #7487A9
Text Example
Text Example
White with #7487A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7487A9; }
p { color: rgb(116,135,169); }
H1.HeaderClassName
{
color: #7487A9;
}
.AnyTagClassName
{
color: #7487A9;
}
</style>
background-color css
<style>
a { background-color: #7487A9; }
a { background-color: rgb(116,135,169); }
div.DivClassName
{
background-color: #7487A9;
}
.BgClassName
{
background-color: #7487A9;
}
</style>
border-color css
<style>
span { border-color: #7487A9; }
span { border-color: rgb(116,135,169); }
td.TdClassName
{
border-color: #7487A9;
}
.TagClassName
{
border-color: #7487A9;
}
</style>