Shades of Ship Cove #757D9E
Tints of Ship Cove #757D9E
RGB
CMYK
RGB Variations
Color information
#757D9E (or 0x757D9E) is known color: Ship Cove. HEX triplet: 75, 7D and 9E. RGB value is (117,125,158). Sum of RGB (Red+Green+Blue) = 117+125+158=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #757D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D9E is #8A8261. Grayscale: #7E7E7E. Windows color (decimal): -9077346 or 10386805. OLE color: 10386805.
HSL color Cylindrical-coordinate representation of color #757D9E: hue angle of 228.29º 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 #757D9E is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 125 | 158 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.38 |
| HSL | 228.29º | 0.17% | 0.54% | - |
| HSV(B) | 228.29º | 0.26% | 0.62% | - |
| XYZ | 20.84 | 20.92 | 35.29 | - |
| YUV | 126.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 158 | 0.26 | 0.21 | 0 | 0.38 | 228.29 | 0.17 | 0.54 |
| Hex | 75 | 7D | 9E | 1A | 15 | 0 | 26 | E4 | 11 | 36 |
| Octal | 165 | 175 | 236 | 32 | 25 | 0 | 46 | 344 | 21 | 66 |
| Binary | 1110101 | 1111101 | 10011110 | 11010 | 10101 | 0 | 100110 | 11100100 | 10001 | 110110 |
Color Harmonies of #757D9E
Complementary color
Monochromatic Colors of #757D9E
Black with #757D9E
Text Example
Text Example
White with #757D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D9E; }
p { color: rgb(117,125,158); }
H1.HeaderClassName
{
color: #757D9E;
}
.AnyTagClassName
{
color: #757D9E;
}
</style>
background-color css
<style>
a { background-color: #757D9E; }
a { background-color: rgb(117,125,158); }
div.DivClassName
{
background-color: #757D9E;
}
.BgClassName
{
background-color: #757D9E;
}
</style>
border-color css
<style>
span { border-color: #757D9E; }
span { border-color: rgb(117,125,158); }
td.TdClassName
{
border-color: #757D9E;
}
.TagClassName
{
border-color: #757D9E;
}
</style>