Shades of Ship Cove #757EAA
Tints of Ship Cove #757EAA
RGB
CMYK
RGB Variations
Color information
#757EAA (or 0x757EAA) is known color: Ship Cove. HEX triplet: 75, 7E and AA. RGB value is (117,126,170). Sum of RGB (Red+Green+Blue) = 117+126+170=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 126 (49.61% from 255 or 30.51% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #757EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757EAA is #8A8155. Grayscale: #808080. Windows color (decimal): -9077078 or 11173493. OLE color: 11173493.
HSL color Cylindrical-coordinate representation of color #757EAA: hue angle of 229.81º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757EAA is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 126 | 170 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.33 |
| HSL | 229.81º | 0.24% | 0.56% | - |
| HSV(B) | 229.81º | 0.31% | 0.67% | - |
| XYZ | 22.05 | 21.61 | 41.04 | - |
| YUV | 128.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 126 | 170 | 0.31 | 0.26 | 0 | 0.33 | 229.81 | 0.24 | 0.56 |
| Hex | 75 | 7E | AA | 1F | 1A | 0 | 21 | E6 | 18 | 38 |
| Octal | 165 | 176 | 252 | 37 | 32 | 0 | 41 | 346 | 30 | 70 |
| Binary | 1110101 | 1111110 | 10101010 | 11111 | 11010 | 0 | 100001 | 11100110 | 11000 | 111000 |
Color Harmonies of #757EAA
Complementary color
Monochromatic Colors of #757EAA
Black with #757EAA
Text Example
Text Example
White with #757EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757EAA; }
p { color: rgb(117,126,170); }
H1.HeaderClassName
{
color: #757EAA;
}
.AnyTagClassName
{
color: #757EAA;
}
</style>
background-color css
<style>
a { background-color: #757EAA; }
a { background-color: rgb(117,126,170); }
div.DivClassName
{
background-color: #757EAA;
}
.BgClassName
{
background-color: #757EAA;
}
</style>
border-color css
<style>
span { border-color: #757EAA; }
span { border-color: rgb(117,126,170); }
td.TdClassName
{
border-color: #757EAA;
}
.TagClassName
{
border-color: #757EAA;
}
</style>