Shades of Ship Cove #758EAD
Tints of Ship Cove #758EAD
RGB
CMYK
RGB Variations
Color information
#758EAD (or 0x758EAD) is known color: Ship Cove. HEX triplet: 75, 8E and AD. RGB value is (117,142,173). Sum of RGB (Red+Green+Blue) = 117+142+173=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #758EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758EAD is #8A7152. Grayscale: #898989. Windows color (decimal): -9072979 or 11374197. OLE color: 11374197.
HSL color Cylindrical-coordinate representation of color #758EAD: hue angle of 213.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #758EAD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 142 | 173 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.32 |
| HSL | 213.21º | 0.25% | 0.57% | - |
| HSV(B) | 213.21º | 0.32% | 0.68% | - |
| XYZ | 24.55 | 26.15 | 43.29 | - |
| YUV | 138.06 | 147.72 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 142 | 173 | 0.32 | 0.18 | 0 | 0.32 | 213.21 | 0.25 | 0.57 |
| Hex | 75 | 8E | AD | 20 | 12 | 0 | 20 | D5 | 19 | 39 |
| Octal | 165 | 216 | 255 | 40 | 22 | 0 | 40 | 325 | 31 | 71 |
| Binary | 1110101 | 10001110 | 10101101 | 100000 | 10010 | 0 | 100000 | 11010101 | 11001 | 111001 |
Color Harmonies of #758EAD
Complementary color
Monochromatic Colors of #758EAD
Black with #758EAD
Text Example
Text Example
White with #758EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758EAD; }
p { color: rgb(117,142,173); }
H1.HeaderClassName
{
color: #758EAD;
}
.AnyTagClassName
{
color: #758EAD;
}
</style>
background-color css
<style>
a { background-color: #758EAD; }
a { background-color: rgb(117,142,173); }
div.DivClassName
{
background-color: #758EAD;
}
.BgClassName
{
background-color: #758EAD;
}
</style>
border-color css
<style>
span { border-color: #758EAD; }
span { border-color: rgb(117,142,173); }
td.TdClassName
{
border-color: #758EAD;
}
.TagClassName
{
border-color: #758EAD;
}
</style>