Shades of Ship Cove #787BA2
Tints of Ship Cove #787BA2
RGB
CMYK
RGB Variations
Color information
#787BA2 (or 0x787BA2) is known color: Ship Cove. HEX triplet: 78, 7B and A2. RGB value is (120,123,162). Sum of RGB (Red+Green+Blue) = 120+123+162=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 123 (48.44% from 255 or 30.37% from 405); Blue value is 162 (63.67% from 255 or 40% from 405); Max value from RGB is 162 - color contains mainly: blue. Hex color #787BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787BA2 is #87845D. Grayscale: #7E7E7E. Windows color (decimal): -8881246 or 10648440. OLE color: 10648440.
HSL color Cylindrical-coordinate representation of color #787BA2: hue angle of 235.71º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #787BA2 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 123 | 162 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.36 |
| HSL | 235.71º | 0.18% | 0.55% | - |
| HSV(B) | 235.71º | 0.26% | 0.64% | - |
| XYZ | 21.35 | 20.77 | 37.07 | - |
| YUV | 126.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 162 | 0.26 | 0.24 | 0 | 0.36 | 235.71 | 0.18 | 0.55 |
| Hex | 78 | 7B | A2 | 1A | 18 | 0 | 24 | EC | 12 | 37 |
| Octal | 170 | 173 | 242 | 32 | 30 | 0 | 44 | 354 | 22 | 67 |
| Binary | 1111000 | 1111011 | 10100010 | 11010 | 11000 | 0 | 100100 | 11101100 | 10010 | 110111 |
Color Harmonies of #787BA2
Complementary color
Monochromatic Colors of #787BA2
Black with #787BA2
Text Example
Text Example
White with #787BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787BA2; }
p { color: rgb(120,123,162); }
H1.HeaderClassName
{
color: #787BA2;
}
.AnyTagClassName
{
color: #787BA2;
}
</style>
background-color css
<style>
a { background-color: #787BA2; }
a { background-color: rgb(120,123,162); }
div.DivClassName
{
background-color: #787BA2;
}
.BgClassName
{
background-color: #787BA2;
}
</style>
border-color css
<style>
span { border-color: #787BA2; }
span { border-color: rgb(120,123,162); }
td.TdClassName
{
border-color: #787BA2;
}
.TagClassName
{
border-color: #787BA2;
}
</style>