Shades of Ship Cove #758BAA
Tints of Ship Cove #758BAA
RGB
CMYK
RGB Variations
Color information
#758BAA (or 0x758BAA) is known color: Ship Cove. HEX triplet: 75, 8B and AA. RGB value is (117,139,170). Sum of RGB (Red+Green+Blue) = 117+139+170=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #758BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758BAA is #8A7455. Grayscale: #878787. Windows color (decimal): -9073750 or 11176821. OLE color: 11176821.
HSL color Cylindrical-coordinate representation of color #758BAA: hue angle of 215.09º 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 #758BAA is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 139 | 170 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.33 |
| HSL | 215.09º | 0.24% | 0.56% | - |
| HSV(B) | 215.09º | 0.31% | 0.67% | - |
| XYZ | 23.82 | 25.15 | 41.63 | - |
| YUV | 135.96 | 147.21 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 170 | 0.31 | 0.18 | 0 | 0.33 | 215.09 | 0.24 | 0.56 |
| Hex | 75 | 8B | AA | 1F | 12 | 0 | 21 | D7 | 18 | 38 |
| Octal | 165 | 213 | 252 | 37 | 22 | 0 | 41 | 327 | 30 | 70 |
| Binary | 1110101 | 10001011 | 10101010 | 11111 | 10010 | 0 | 100001 | 11010111 | 11000 | 111000 |
Color Harmonies of #758BAA
Complementary color
Monochromatic Colors of #758BAA
Black with #758BAA
Text Example
Text Example
White with #758BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758BAA; }
p { color: rgb(117,139,170); }
H1.HeaderClassName
{
color: #758BAA;
}
.AnyTagClassName
{
color: #758BAA;
}
</style>
background-color css
<style>
a { background-color: #758BAA; }
a { background-color: rgb(117,139,170); }
div.DivClassName
{
background-color: #758BAA;
}
.BgClassName
{
background-color: #758BAA;
}
</style>
border-color css
<style>
span { border-color: #758BAA; }
span { border-color: rgb(117,139,170); }
td.TdClassName
{
border-color: #758BAA;
}
.TagClassName
{
border-color: #758BAA;
}
</style>