Shades of Ship Cove #75819D
Tints of Ship Cove #75819D
RGB
CMYK
RGB Variations
Color information
#75819D (or 0x75819D) is known color: Ship Cove. HEX triplet: 75, 81 and 9D. RGB value is (117,129,157). Sum of RGB (Red+Green+Blue) = 117+129+157=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #75819D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75819D is #8A7E62. Grayscale: #808080. Windows color (decimal): -9076323 or 10322293. OLE color: 10322293.
HSL color Cylindrical-coordinate representation of color #75819D: hue angle of 222º 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 #75819D is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 129 | 157 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.38 |
| HSL | 222º | 0.17% | 0.54% | - |
| HSV(B) | 222º | 0.25% | 0.62% | - |
| XYZ | 21.27 | 21.92 | 35.01 | - |
| YUV | 128.6 | 144.02 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 129 | 157 | 0.25 | 0.18 | 0 | 0.38 | 222 | 0.17 | 0.54 |
| Hex | 75 | 81 | 9D | 19 | 12 | 0 | 26 | DE | 11 | 36 |
| Octal | 165 | 201 | 235 | 31 | 22 | 0 | 46 | 336 | 21 | 66 |
| Binary | 1110101 | 10000001 | 10011101 | 11001 | 10010 | 0 | 100110 | 11011110 | 10001 | 110110 |
Color Harmonies of #75819D
Complementary color
Monochromatic Colors of #75819D
Black with #75819D
Text Example
Text Example
White with #75819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75819D; }
p { color: rgb(117,129,157); }
H1.HeaderClassName
{
color: #75819D;
}
.AnyTagClassName
{
color: #75819D;
}
</style>
background-color css
<style>
a { background-color: #75819D; }
a { background-color: rgb(117,129,157); }
div.DivClassName
{
background-color: #75819D;
}
.BgClassName
{
background-color: #75819D;
}
</style>
border-color css
<style>
span { border-color: #75819D; }
span { border-color: rgb(117,129,157); }
td.TdClassName
{
border-color: #75819D;
}
.TagClassName
{
border-color: #75819D;
}
</style>