Shades of Ship Cove #757FAE
Tints of Ship Cove #757FAE
RGB
CMYK
RGB Variations
Color information
#757FAE (or 0x757FAE) is known color: Ship Cove. HEX triplet: 75, 7F and AE. RGB value is (117,127,174). Sum of RGB (Red+Green+Blue) = 117+127+174=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 174 (68.36% from 255 or 41.63% from 418); Max value from RGB is 174 - color contains mainly: blue. Hex color #757FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757FAE is #8A8051. Grayscale: #818181. Windows color (decimal): -9076818 or 11435893. OLE color: 11435893.
HSL color Cylindrical-coordinate representation of color #757FAE: hue angle of 229.47º 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 #757FAE is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 127 | 174 | - |
| CMYK | 0.33 | 0.27 | 0 | 0.32 |
| HSL | 229.47º | 0.26% | 0.57% | - |
| HSV(B) | 229.47º | 0.33% | 0.68% | - |
| XYZ | 22.57 | 22.02 | 43.1 | - |
| YUV | 129.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 127 | 174 | 0.33 | 0.27 | 0 | 0.32 | 229.47 | 0.26 | 0.57 |
| Hex | 75 | 7F | AE | 21 | 1B | 0 | 20 | E5 | 1A | 39 |
| Octal | 165 | 177 | 256 | 41 | 33 | 0 | 40 | 345 | 32 | 71 |
| Binary | 1110101 | 1111111 | 10101110 | 100001 | 11011 | 0 | 100000 | 11100101 | 11010 | 111001 |
Color Harmonies of #757FAE
Complementary color
Monochromatic Colors of #757FAE
Black with #757FAE
Text Example
Text Example
White with #757FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757FAE; }
p { color: rgb(117,127,174); }
H1.HeaderClassName
{
color: #757FAE;
}
.AnyTagClassName
{
color: #757FAE;
}
</style>
background-color css
<style>
a { background-color: #757FAE; }
a { background-color: rgb(117,127,174); }
div.DivClassName
{
background-color: #757FAE;
}
.BgClassName
{
background-color: #757FAE;
}
</style>
border-color css
<style>
span { border-color: #757FAE; }
span { border-color: rgb(117,127,174); }
td.TdClassName
{
border-color: #757FAE;
}
.TagClassName
{
border-color: #757FAE;
}
</style>