Shades of Ship Cove #757A9E
Tints of Ship Cove #757A9E
RGB
CMYK
RGB Variations
Color information
#757A9E (or 0x757A9E) is known color: Ship Cove. HEX triplet: 75, 7A and 9E. RGB value is (117,122,158). Sum of RGB (Red+Green+Blue) = 117+122+158=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #757A9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A9E is #8A8561. Grayscale: #7C7C7C. Windows color (decimal): -9078114 or 10386037. OLE color: 10386037.
HSL color Cylindrical-coordinate representation of color #757A9E: hue angle of 232.68º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #757A9E is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 122 | 158 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.38 |
| HSL | 232.68º | 0.17% | 0.54% | - |
| HSV(B) | 232.68º | 0.26% | 0.62% | - |
| XYZ | 20.47 | 20.17 | 35.16 | - |
| YUV | 124.61 | 146.84 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 158 | 0.26 | 0.23 | 0 | 0.38 | 232.68 | 0.17 | 0.54 |
| Hex | 75 | 7A | 9E | 1A | 17 | 0 | 26 | E9 | 11 | 36 |
| Octal | 165 | 172 | 236 | 32 | 27 | 0 | 46 | 351 | 21 | 66 |
| Binary | 1110101 | 1111010 | 10011110 | 11010 | 10111 | 0 | 100110 | 11101001 | 10001 | 110110 |
Color Harmonies of #757A9E
Complementary color
Monochromatic Colors of #757A9E
Black with #757A9E
Text Example
Text Example
White with #757A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A9E; }
p { color: rgb(117,122,158); }
H1.HeaderClassName
{
color: #757A9E;
}
.AnyTagClassName
{
color: #757A9E;
}
</style>
background-color css
<style>
a { background-color: #757A9E; }
a { background-color: rgb(117,122,158); }
div.DivClassName
{
background-color: #757A9E;
}
.BgClassName
{
background-color: #757A9E;
}
</style>
border-color css
<style>
span { border-color: #757A9E; }
span { border-color: rgb(117,122,158); }
td.TdClassName
{
border-color: #757A9E;
}
.TagClassName
{
border-color: #757A9E;
}
</style>