Shades of Ship Cove #757EA8
Tints of Ship Cove #757EA8
RGB
CMYK
RGB Variations
Color information
#757EA8 (or 0x757EA8) is known color: Ship Cove. HEX triplet: 75, 7E and A8. RGB value is (117,126,168). Sum of RGB (Red+Green+Blue) = 117+126+168=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 168 (66.02% from 255 or 40.88% from 411); Max value from RGB is 168 - color contains mainly: blue. Hex color #757EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757EA8 is #8A8157. Grayscale: #7F7F7F. Windows color (decimal): -9077080 or 11042421. OLE color: 11042421.
HSL color Cylindrical-coordinate representation of color #757EA8: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #757EA8 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 126 | 168 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.34 |
| HSL | 229.41º | 0.23% | 0.56% | - |
| HSV(B) | 229.41º | 0.3% | 0.66% | - |
| XYZ | 21.86 | 21.53 | 40.05 | - |
| YUV | 128.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 168 | 0.30 | 0.25 | 0 | 0.34 | 229.41 | 0.23 | 0.56 |
| Hex | 75 | 7E | A8 | 1E | 19 | 0 | 22 | E5 | 17 | 38 |
| Octal | 165 | 176 | 250 | 36 | 31 | 0 | 42 | 345 | 27 | 70 |
| Binary | 1110101 | 1111110 | 10101000 | 11110 | 11001 | 0 | 100010 | 11100101 | 10111 | 111000 |
Color Harmonies of #757EA8
Complementary color
Monochromatic Colors of #757EA8
Black with #757EA8
Text Example
Text Example
White with #757EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EA8; }
p { color: rgb(117,126,168); }
H1.HeaderClassName
{
color: #757EA8;
}
.AnyTagClassName
{
color: #757EA8;
}
</style>
background-color css
<style>
a { background-color: #757EA8; }
a { background-color: rgb(117,126,168); }
div.DivClassName
{
background-color: #757EA8;
}
.BgClassName
{
background-color: #757EA8;
}
</style>
border-color css
<style>
span { border-color: #757EA8; }
span { border-color: rgb(117,126,168); }
td.TdClassName
{
border-color: #757EA8;
}
.TagClassName
{
border-color: #757EA8;
}
</style>