Shades of Ship Cove #757CA9
Tints of Ship Cove #757CA9
RGB
CMYK
RGB Variations
Color information
#757CA9 (or 0x757CA9) is known color: Ship Cove. HEX triplet: 75, 7C and A9. RGB value is (117,124,169). Sum of RGB (Red+Green+Blue) = 117+124+169=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 169 (66.41% from 255 or 41.22% from 410); Max value from RGB is 169 - color contains mainly: blue. Hex color #757CA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CA9 is #8A8356. Grayscale: #7E7E7E. Windows color (decimal): -9077591 or 11107445. OLE color: 11107445.
HSL color Cylindrical-coordinate representation of color #757CA9: hue angle of 231.92º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757CA9 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 124 | 169 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.34 |
| HSL | 231.92º | 0.23% | 0.56% | - |
| HSV(B) | 231.92º | 0.31% | 0.66% | - |
| XYZ | 21.71 | 21.06 | 40.46 | - |
| YUV | 127.04 | 151.68 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 169 | 0.31 | 0.27 | 0 | 0.34 | 231.92 | 0.23 | 0.56 |
| Hex | 75 | 7C | A9 | 1F | 1B | 0 | 22 | E8 | 17 | 38 |
| Octal | 165 | 174 | 251 | 37 | 33 | 0 | 42 | 350 | 27 | 70 |
| Binary | 1110101 | 1111100 | 10101001 | 11111 | 11011 | 0 | 100010 | 11101000 | 10111 | 111000 |
Color Harmonies of #757CA9
Complementary color
Monochromatic Colors of #757CA9
Black with #757CA9
Text Example
Text Example
White with #757CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CA9; }
p { color: rgb(117,124,169); }
H1.HeaderClassName
{
color: #757CA9;
}
.AnyTagClassName
{
color: #757CA9;
}
</style>
background-color css
<style>
a { background-color: #757CA9; }
a { background-color: rgb(117,124,169); }
div.DivClassName
{
background-color: #757CA9;
}
.BgClassName
{
background-color: #757CA9;
}
</style>
border-color css
<style>
span { border-color: #757CA9; }
span { border-color: rgb(117,124,169); }
td.TdClassName
{
border-color: #757CA9;
}
.TagClassName
{
border-color: #757CA9;
}
</style>