Shades of Ship Cove #75799D
Tints of Ship Cove #75799D
RGB
CMYK
RGB Variations
Color information
#75799D (or 0x75799D) is known color: Ship Cove. HEX triplet: 75, 79 and 9D. RGB value is (117,121,157). Sum of RGB (Red+Green+Blue) = 117+121+157=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #75799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75799D is #8A8662. Grayscale: #7B7B7B. Windows color (decimal): -9078371 or 10320245. OLE color: 10320245.
HSL color Cylindrical-coordinate representation of color #75799D: hue angle of 234º 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 #75799D is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 121 | 157 | - |
| CMYK | 0.25 | 0.23 | 0 | 0.38 |
| HSL | 234º | 0.17% | 0.54% | - |
| HSV(B) | 234º | 0.25% | 0.62% | - |
| XYZ | 20.26 | 19.89 | 34.67 | - |
| YUV | 123.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 121 | 157 | 0.25 | 0.23 | 0 | 0.38 | 234 | 0.17 | 0.54 |
| Hex | 75 | 79 | 9D | 19 | 17 | 0 | 26 | EA | 11 | 36 |
| Octal | 165 | 171 | 235 | 31 | 27 | 0 | 46 | 352 | 21 | 66 |
| Binary | 1110101 | 1111001 | 10011101 | 11001 | 10111 | 0 | 100110 | 11101010 | 10001 | 110110 |
Color Harmonies of #75799D
Complementary color
Monochromatic Colors of #75799D
Black with #75799D
Text Example
Text Example
White with #75799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75799D; }
p { color: rgb(117,121,157); }
H1.HeaderClassName
{
color: #75799D;
}
.AnyTagClassName
{
color: #75799D;
}
</style>
background-color css
<style>
a { background-color: #75799D; }
a { background-color: rgb(117,121,157); }
div.DivClassName
{
background-color: #75799D;
}
.BgClassName
{
background-color: #75799D;
}
</style>
border-color css
<style>
span { border-color: #75799D; }
span { border-color: rgb(117,121,157); }
td.TdClassName
{
border-color: #75799D;
}
.TagClassName
{
border-color: #75799D;
}
</style>