Shades of Ship Cove #758AA6
Tints of Ship Cove #758AA6
RGB
CMYK
RGB Variations
Color information
#758AA6 (or 0x758AA6) is known color: Ship Cove. HEX triplet: 75, 8A and A6. RGB value is (117,138,166). Sum of RGB (Red+Green+Blue) = 117+138+166=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 166 (65.23% from 255 or 39.43% from 421); Max value from RGB is 166 - color contains mainly: blue. Hex color #758AA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758AA6 is #8A7559. Grayscale: #868686. Windows color (decimal): -9074010 or 10914421. OLE color: 10914421.
HSL color Cylindrical-coordinate representation of color #758AA6: hue angle of 214.29º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #758AA6 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 138 | 166 | - |
| CMYK | 0.30 | 0.17 | 0 | 0.35 |
| HSL | 214.29º | 0.22% | 0.55% | - |
| HSV(B) | 214.29º | 0.3% | 0.65% | - |
| XYZ | 23.31 | 24.71 | 39.62 | - |
| YUV | 134.91 | 145.54 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 166 | 0.30 | 0.17 | 0 | 0.35 | 214.29 | 0.22 | 0.55 |
| Hex | 75 | 8A | A6 | 1E | 11 | 0 | 23 | D6 | 16 | 37 |
| Octal | 165 | 212 | 246 | 36 | 21 | 0 | 43 | 326 | 26 | 67 |
| Binary | 1110101 | 10001010 | 10100110 | 11110 | 10001 | 0 | 100011 | 11010110 | 10110 | 110111 |
Color Harmonies of #758AA6
Complementary color
Monochromatic Colors of #758AA6
Black with #758AA6
Text Example
Text Example
White with #758AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758AA6; }
p { color: rgb(117,138,166); }
H1.HeaderClassName
{
color: #758AA6;
}
.AnyTagClassName
{
color: #758AA6;
}
</style>
background-color css
<style>
a { background-color: #758AA6; }
a { background-color: rgb(117,138,166); }
div.DivClassName
{
background-color: #758AA6;
}
.BgClassName
{
background-color: #758AA6;
}
</style>
border-color css
<style>
span { border-color: #758AA6; }
span { border-color: rgb(117,138,166); }
td.TdClassName
{
border-color: #758AA6;
}
.TagClassName
{
border-color: #758AA6;
}
</style>