Shades of Ship Cove #787BAA
Tints of Ship Cove #787BAA
RGB
CMYK
RGB Variations
Color information
#787BAA (or 0x787BAA) is known color: Ship Cove. HEX triplet: 78, 7B and AA. RGB value is (120,123,170). Sum of RGB (Red+Green+Blue) = 120+123+170=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 123 (48.44% from 255 or 29.78% 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 #787BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BAA is #878455. Grayscale: #7F7F7F. Windows color (decimal): -8881238 or 11172728. OLE color: 11172728.
HSL color Cylindrical-coordinate representation of color #787BAA: hue angle of 236.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #787BAA is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 123 | 170 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.33 |
| HSL | 236.4º | 0.23% | 0.57% | - |
| HSV(B) | 236.4º | 0.29% | 0.67% | - |
| XYZ | 22.08 | 21.06 | 40.93 | - |
| YUV | 127.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 170 | 0.29 | 0.28 | 0 | 0.33 | 236.4 | 0.23 | 0.57 |
| Hex | 78 | 7B | AA | 1D | 1C | 0 | 21 | EC | 17 | 39 |
| Octal | 170 | 173 | 252 | 35 | 34 | 0 | 41 | 354 | 27 | 71 |
| Binary | 1111000 | 1111011 | 10101010 | 11101 | 11100 | 0 | 100001 | 11101100 | 10111 | 111001 |
Color Harmonies of #787BAA
Complementary color
Monochromatic Colors of #787BAA
Black with #787BAA
Text Example
Text Example
White with #787BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BAA; }
p { color: rgb(120,123,170); }
H1.HeaderClassName
{
color: #787BAA;
}
.AnyTagClassName
{
color: #787BAA;
}
</style>
background-color css
<style>
a { background-color: #787BAA; }
a { background-color: rgb(120,123,170); }
div.DivClassName
{
background-color: #787BAA;
}
.BgClassName
{
background-color: #787BAA;
}
</style>
border-color css
<style>
span { border-color: #787BAA; }
span { border-color: rgb(120,123,170); }
td.TdClassName
{
border-color: #787BAA;
}
.TagClassName
{
border-color: #787BAA;
}
</style>