Shades of Ship Cove #757F9D
Tints of Ship Cove #757F9D
RGB
CMYK
RGB Variations
Color information
#757F9D (or 0x757F9D) is known color: Ship Cove. HEX triplet: 75, 7F and 9D. RGB value is (117,127,157). Sum of RGB (Red+Green+Blue) = 117+127+157=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #757F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757F9D is #8A8062. Grayscale: #7F7F7F. Windows color (decimal): -9076835 or 10321781. OLE color: 10321781.
HSL color Cylindrical-coordinate representation of color #757F9D: hue angle of 225º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #757F9D is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 127 | 157 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.38 |
| HSL | 225º | 0.17% | 0.54% | - |
| HSV(B) | 225º | 0.25% | 0.62% | - |
| XYZ | 21.01 | 21.39 | 34.92 | - |
| YUV | 127.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 157 | 0.25 | 0.19 | 0 | 0.38 | 225 | 0.17 | 0.54 |
| Hex | 75 | 7F | 9D | 19 | 13 | 0 | 26 | E1 | 11 | 36 |
| Octal | 165 | 177 | 235 | 31 | 23 | 0 | 46 | 341 | 21 | 66 |
| Binary | 1110101 | 1111111 | 10011101 | 11001 | 10011 | 0 | 100110 | 11100001 | 10001 | 110110 |
Color Harmonies of #757F9D
Complementary color
Monochromatic Colors of #757F9D
Black with #757F9D
Text Example
Text Example
White with #757F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757F9D; }
p { color: rgb(117,127,157); }
H1.HeaderClassName
{
color: #757F9D;
}
.AnyTagClassName
{
color: #757F9D;
}
</style>
background-color css
<style>
a { background-color: #757F9D; }
a { background-color: rgb(117,127,157); }
div.DivClassName
{
background-color: #757F9D;
}
.BgClassName
{
background-color: #757F9D;
}
</style>
border-color css
<style>
span { border-color: #757F9D; }
span { border-color: rgb(117,127,157); }
td.TdClassName
{
border-color: #757F9D;
}
.TagClassName
{
border-color: #757F9D;
}
</style>