Shades of Ship Cove #758CA9
Tints of Ship Cove #758CA9
RGB
CMYK
RGB Variations
Color information
#758CA9 (or 0x758CA9) is known color: Ship Cove. HEX triplet: 75, 8C and A9. RGB value is (117,140,169). Sum of RGB (Red+Green+Blue) = 117+140+169=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 169 (66.41% from 255 or 39.67% from 426); Max value from RGB is 169 - color contains mainly: blue. Hex color #758CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CA9 is #8A7356. Grayscale: #888888. Windows color (decimal): -9073495 or 11111541. OLE color: 11111541.
HSL color Cylindrical-coordinate representation of color #758CA9: hue angle of 213.46º 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 #758CA9 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 140 | 169 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.34 |
| HSL | 213.46º | 0.23% | 0.56% | - |
| HSV(B) | 213.46º | 0.31% | 0.66% | - |
| XYZ | 23.88 | 25.4 | 41.18 | - |
| YUV | 136.43 | 146.38 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 169 | 0.31 | 0.17 | 0 | 0.34 | 213.46 | 0.23 | 0.56 |
| Hex | 75 | 8C | A9 | 1F | 11 | 0 | 22 | D5 | 17 | 38 |
| Octal | 165 | 214 | 251 | 37 | 21 | 0 | 42 | 325 | 27 | 70 |
| Binary | 1110101 | 10001100 | 10101001 | 11111 | 10001 | 0 | 100010 | 11010101 | 10111 | 111000 |
Color Harmonies of #758CA9
Complementary color
Monochromatic Colors of #758CA9
Black with #758CA9
Text Example
Text Example
White with #758CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758CA9; }
p { color: rgb(117,140,169); }
H1.HeaderClassName
{
color: #758CA9;
}
.AnyTagClassName
{
color: #758CA9;
}
</style>
background-color css
<style>
a { background-color: #758CA9; }
a { background-color: rgb(117,140,169); }
div.DivClassName
{
background-color: #758CA9;
}
.BgClassName
{
background-color: #758CA9;
}
</style>
border-color css
<style>
span { border-color: #758CA9; }
span { border-color: rgb(117,140,169); }
td.TdClassName
{
border-color: #758CA9;
}
.TagClassName
{
border-color: #758CA9;
}
</style>