Shades of Ship Cove #75829D
Tints of Ship Cove #75829D
RGB
CMYK
RGB Variations
Color information
#75829D (or 0x75829D) is known color: Ship Cove. HEX triplet: 75, 82 and 9D. RGB value is (117,130,157). Sum of RGB (Red+Green+Blue) = 117+130+157=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #75829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75829D is #8A7D62. Grayscale: #818181. Windows color (decimal): -9076067 or 10322549. OLE color: 10322549.
HSL color Cylindrical-coordinate representation of color #75829D: hue angle of 220.5º 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 #75829D is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 130 | 157 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.38 |
| HSL | 220.5º | 0.17% | 0.54% | - |
| HSV(B) | 220.5º | 0.25% | 0.62% | - |
| XYZ | 21.4 | 22.18 | 35.05 | - |
| YUV | 129.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 130 | 157 | 0.25 | 0.17 | 0 | 0.38 | 220.5 | 0.17 | 0.54 |
| Hex | 75 | 82 | 9D | 19 | 11 | 0 | 26 | DC | 11 | 36 |
| Octal | 165 | 202 | 235 | 31 | 21 | 0 | 46 | 334 | 21 | 66 |
| Binary | 1110101 | 10000010 | 10011101 | 11001 | 10001 | 0 | 100110 | 11011100 | 10001 | 110110 |
Color Harmonies of #75829D
Complementary color
Monochromatic Colors of #75829D
Black with #75829D
Text Example
Text Example
White with #75829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75829D; }
p { color: rgb(117,130,157); }
H1.HeaderClassName
{
color: #75829D;
}
.AnyTagClassName
{
color: #75829D;
}
</style>
background-color css
<style>
a { background-color: #75829D; }
a { background-color: rgb(117,130,157); }
div.DivClassName
{
background-color: #75829D;
}
.BgClassName
{
background-color: #75829D;
}
</style>
border-color css
<style>
span { border-color: #75829D; }
span { border-color: rgb(117,130,157); }
td.TdClassName
{
border-color: #75829D;
}
.TagClassName
{
border-color: #75829D;
}
</style>