Shades of Ship Cove #767FA9
Tints of Ship Cove #767FA9
RGB
CMYK
RGB Variations
Color information
#767FA9 (or 0x767FA9) is known color: Ship Cove. HEX triplet: 76, 7F and A9. RGB value is (118,127,169). Sum of RGB (Red+Green+Blue) = 118+127+169=414 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.50% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 169 (66.41% from 255 or 40.82% from 414); Max value from RGB is 169 - color contains mainly: blue. Hex color #767FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767FA9 is #898056. Grayscale: #808080. Windows color (decimal): -9011287 or 11108214. OLE color: 11108214.
HSL color Cylindrical-coordinate representation of color #767FA9: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #767FA9 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 118 | 127 | 169 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.34 |
| HSL | 229.41º | 0.23% | 0.56% | - |
| HSV(B) | 229.41º | 0.3% | 0.66% | - |
| XYZ | 22.22 | 21.89 | 40.59 | - |
| YUV | 129.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 169 | 0.30 | 0.25 | 0 | 0.34 | 229.41 | 0.23 | 0.56 |
| Hex | 76 | 7F | A9 | 1E | 19 | 0 | 22 | E5 | 17 | 38 |
| Octal | 166 | 177 | 251 | 36 | 31 | 0 | 42 | 345 | 27 | 70 |
| Binary | 1110110 | 1111111 | 10101001 | 11110 | 11001 | 0 | 100010 | 11100101 | 10111 | 111000 |
Color Harmonies of #767FA9
Complementary color
Monochromatic Colors of #767FA9
Black with #767FA9
Text Example
Text Example
White with #767FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FA9; }
p { color: rgb(118,127,169); }
H1.HeaderClassName
{
color: #767FA9;
}
.AnyTagClassName
{
color: #767FA9;
}
</style>
background-color css
<style>
a { background-color: #767FA9; }
a { background-color: rgb(118,127,169); }
div.DivClassName
{
background-color: #767FA9;
}
.BgClassName
{
background-color: #767FA9;
}
</style>
border-color css
<style>
span { border-color: #767FA9; }
span { border-color: rgb(118,127,169); }
td.TdClassName
{
border-color: #767FA9;
}
.TagClassName
{
border-color: #767FA9;
}
</style>