Shades of Ship Cove #757BAA
Tints of Ship Cove #757BAA
RGB
CMYK
RGB Variations
Color information
#757BAA (or 0x757BAA) is known color: Ship Cove. HEX triplet: 75, 7B and AA. RGB value is (117,123,170). Sum of RGB (Red+Green+Blue) = 117+123+170=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #757BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757BAA is #8A8455. Grayscale: #7E7E7E. Windows color (decimal): -9077846 or 11172725. OLE color: 11172725.
HSL color Cylindrical-coordinate representation of color #757BAA: hue angle of 233.21º 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 #757BAA is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 123 | 170 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.33 |
| HSL | 233.21º | 0.24% | 0.56% | - |
| HSV(B) | 233.21º | 0.31% | 0.67% | - |
| XYZ | 21.67 | 20.85 | 40.91 | - |
| YUV | 126.56 | 152.51 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 123 | 170 | 0.31 | 0.28 | 0 | 0.33 | 233.21 | 0.24 | 0.56 |
| Hex | 75 | 7B | AA | 1F | 1C | 0 | 21 | E9 | 18 | 38 |
| Octal | 165 | 173 | 252 | 37 | 34 | 0 | 41 | 351 | 30 | 70 |
| Binary | 1110101 | 1111011 | 10101010 | 11111 | 11100 | 0 | 100001 | 11101001 | 11000 | 111000 |
Color Harmonies of #757BAA
Complementary color
Monochromatic Colors of #757BAA
Black with #757BAA
Text Example
Text Example
White with #757BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757BAA; }
p { color: rgb(117,123,170); }
H1.HeaderClassName
{
color: #757BAA;
}
.AnyTagClassName
{
color: #757BAA;
}
</style>
background-color css
<style>
a { background-color: #757BAA; }
a { background-color: rgb(117,123,170); }
div.DivClassName
{
background-color: #757BAA;
}
.BgClassName
{
background-color: #757BAA;
}
</style>
border-color css
<style>
span { border-color: #757BAA; }
span { border-color: rgb(117,123,170); }
td.TdClassName
{
border-color: #757BAA;
}
.TagClassName
{
border-color: #757BAA;
}
</style>