Shades of Ship Cove #757D9D
Tints of Ship Cove #757D9D
RGB
CMYK
RGB Variations
Color information
#757D9D (or 0x757D9D) is known color: Ship Cove. HEX triplet: 75, 7D and 9D. RGB value is (117,125,157). Sum of RGB (Red+Green+Blue) = 117+125+157=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #757D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D9D is #8A8262. Grayscale: #7E7E7E. Windows color (decimal): -9077347 or 10321269. OLE color: 10321269.
HSL color Cylindrical-coordinate representation of color #757D9D: hue angle of 228º 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 #757D9D is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 125 | 157 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.38 |
| HSL | 228º | 0.17% | 0.54% | - |
| HSV(B) | 228º | 0.25% | 0.62% | - |
| XYZ | 20.76 | 20.88 | 34.84 | - |
| YUV | 126.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 157 | 0.25 | 0.20 | 0 | 0.38 | 228 | 0.17 | 0.54 |
| Hex | 75 | 7D | 9D | 19 | 14 | 0 | 26 | E4 | 11 | 36 |
| Octal | 165 | 175 | 235 | 31 | 24 | 0 | 46 | 344 | 21 | 66 |
| Binary | 1110101 | 1111101 | 10011101 | 11001 | 10100 | 0 | 100110 | 11100100 | 10001 | 110110 |
Color Harmonies of #757D9D
Complementary color
Monochromatic Colors of #757D9D
Black with #757D9D
Text Example
Text Example
White with #757D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D9D; }
p { color: rgb(117,125,157); }
H1.HeaderClassName
{
color: #757D9D;
}
.AnyTagClassName
{
color: #757D9D;
}
</style>
background-color css
<style>
a { background-color: #757D9D; }
a { background-color: rgb(117,125,157); }
div.DivClassName
{
background-color: #757D9D;
}
.BgClassName
{
background-color: #757D9D;
}
</style>
border-color css
<style>
span { border-color: #757D9D; }
span { border-color: rgb(117,125,157); }
td.TdClassName
{
border-color: #757D9D;
}
.TagClassName
{
border-color: #757D9D;
}
</style>