Shades of Ship Cove #758BA9
Tints of Ship Cove #758BA9
RGB
CMYK
RGB Variations
Color information
#758BA9 (or 0x758BA9) is known color: Ship Cove. HEX triplet: 75, 8B and A9. RGB value is (117,139,169). Sum of RGB (Red+Green+Blue) = 117+139+169=425 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.53% from 425); Green value is 139 (54.69% from 255 or 32.71% from 425); Blue value is 169 (66.41% from 255 or 39.76% from 425); Max value from RGB is 169 - color contains mainly: blue. Hex color #758BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BA9 is #8A7456. Grayscale: #878787. Windows color (decimal): -9073751 or 11111285. OLE color: 11111285.
HSL color Cylindrical-coordinate representation of color #758BA9: hue angle of 214.62º degrees, saturation: 0.23, 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 #758BA9 is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 139 | 169 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.34 |
| HSL | 214.62º | 0.23% | 0.56% | - |
| HSV(B) | 214.62º | 0.31% | 0.66% | - |
| XYZ | 23.73 | 25.11 | 41.13 | - |
| YUV | 135.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 169 | 0.31 | 0.18 | 0 | 0.34 | 214.62 | 0.23 | 0.56 |
| Hex | 75 | 8B | A9 | 1F | 12 | 0 | 22 | D7 | 17 | 38 |
| Octal | 165 | 213 | 251 | 37 | 22 | 0 | 42 | 327 | 27 | 70 |
| Binary | 1110101 | 10001011 | 10101001 | 11111 | 10010 | 0 | 100010 | 11010111 | 10111 | 111000 |
Color Harmonies of #758BA9
Complementary color
Monochromatic Colors of #758BA9
Black with #758BA9
Text Example
Text Example
White with #758BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BA9; }
p { color: rgb(117,139,169); }
H1.HeaderClassName
{
color: #758BA9;
}
.AnyTagClassName
{
color: #758BA9;
}
</style>
background-color css
<style>
a { background-color: #758BA9; }
a { background-color: rgb(117,139,169); }
div.DivClassName
{
background-color: #758BA9;
}
.BgClassName
{
background-color: #758BA9;
}
</style>
border-color css
<style>
span { border-color: #758BA9; }
span { border-color: rgb(117,139,169); }
td.TdClassName
{
border-color: #758BA9;
}
.TagClassName
{
border-color: #758BA9;
}
</style>