Shades of Ship Cove #757CAE
Tints of Ship Cove #757CAE
RGB
CMYK
RGB Variations
Color information
#757CAE (or 0x757CAE) is known color: Ship Cove. HEX triplet: 75, 7C and AE. RGB value is (117,124,174). Sum of RGB (Red+Green+Blue) = 117+124+174=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 174 - color contains mainly: blue. Hex color #757CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAE is #8A8351. Grayscale: #7F7F7F. Windows color (decimal): -9077586 or 11435125. OLE color: 11435125.
HSL color Cylindrical-coordinate representation of color #757CAE: hue angle of 232.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #757CAE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 124 | 174 | - |
| CMYK | 0.33 | 0.29 | 0 | 0.32 |
| HSL | 232.63º | 0.26% | 0.57% | - |
| HSV(B) | 232.63º | 0.33% | 0.68% | - |
| XYZ | 22.18 | 21.25 | 42.98 | - |
| YUV | 127.61 | 154.18 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 174 | 0.33 | 0.29 | 0 | 0.32 | 232.63 | 0.26 | 0.57 |
| Hex | 75 | 7C | AE | 21 | 1D | 0 | 20 | E9 | 1A | 39 |
| Octal | 165 | 174 | 256 | 41 | 35 | 0 | 40 | 351 | 32 | 71 |
| Binary | 1110101 | 1111100 | 10101110 | 100001 | 11101 | 0 | 100000 | 11101001 | 11010 | 111001 |
Color Harmonies of #757CAE
Complementary color
Monochromatic Colors of #757CAE
Black with #757CAE
Text Example
Text Example
White with #757CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757CAE; }
p { color: rgb(117,124,174); }
H1.HeaderClassName
{
color: #757CAE;
}
.AnyTagClassName
{
color: #757CAE;
}
</style>
background-color css
<style>
a { background-color: #757CAE; }
a { background-color: rgb(117,124,174); }
div.DivClassName
{
background-color: #757CAE;
}
.BgClassName
{
background-color: #757CAE;
}
</style>
border-color css
<style>
span { border-color: #757CAE; }
span { border-color: rgb(117,124,174); }
td.TdClassName
{
border-color: #757CAE;
}
.TagClassName
{
border-color: #757CAE;
}
</style>