Shades of Ship Cove #758DAA
Tints of Ship Cove #758DAA
RGB
CMYK
RGB Variations
Color information
#758DAA (or 0x758DAA) is known color: Ship Cove. HEX triplet: 75, 8D and AA. RGB value is (117,141,170). Sum of RGB (Red+Green+Blue) = 117+141+170=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #758DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758DAA is #8A7255. Grayscale: #888888. Windows color (decimal): -9073238 or 11177333. OLE color: 11177333.
HSL color Cylindrical-coordinate representation of color #758DAA: hue angle of 212.83º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #758DAA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 141 | 170 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.33 |
| HSL | 212.83º | 0.24% | 0.56% | - |
| HSV(B) | 212.83º | 0.31% | 0.67% | - |
| XYZ | 24.12 | 25.73 | 41.73 | - |
| YUV | 137.13 | 146.55 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 170 | 0.31 | 0.17 | 0 | 0.33 | 212.83 | 0.24 | 0.56 |
| Hex | 75 | 8D | AA | 1F | 11 | 0 | 21 | D5 | 18 | 38 |
| Octal | 165 | 215 | 252 | 37 | 21 | 0 | 41 | 325 | 30 | 70 |
| Binary | 1110101 | 10001101 | 10101010 | 11111 | 10001 | 0 | 100001 | 11010101 | 11000 | 111000 |
Color Harmonies of #758DAA
Complementary color
Monochromatic Colors of #758DAA
Black with #758DAA
Text Example
Text Example
White with #758DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758DAA; }
p { color: rgb(117,141,170); }
H1.HeaderClassName
{
color: #758DAA;
}
.AnyTagClassName
{
color: #758DAA;
}
</style>
background-color css
<style>
a { background-color: #758DAA; }
a { background-color: rgb(117,141,170); }
div.DivClassName
{
background-color: #758DAA;
}
.BgClassName
{
background-color: #758DAA;
}
</style>
border-color css
<style>
span { border-color: #758DAA; }
span { border-color: rgb(117,141,170); }
td.TdClassName
{
border-color: #758DAA;
}
.TagClassName
{
border-color: #758DAA;
}
</style>