Shades of Ship Cove #787CA2
Tints of Ship Cove #787CA2
RGB
CMYK
RGB Variations
Color information
#787CA2 (or 0x787CA2) is known color: Ship Cove. HEX triplet: 78, 7C and A2. RGB value is (120,124,162). Sum of RGB (Red+Green+Blue) = 120+124+162=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 124 (48.83% from 255 or 30.54% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #787CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787CA2 is #87835D. Grayscale: #7E7E7E. Windows color (decimal): -8880990 or 10648696. OLE color: 10648696.
HSL color Cylindrical-coordinate representation of color #787CA2: hue angle of 234.29º 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 #787CA2 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 124 | 162 | - |
| CMYK | 0.26 | 0.23 | 0 | 0.36 |
| HSL | 234.29º | 0.18% | 0.55% | - |
| HSV(B) | 234.29º | 0.26% | 0.64% | - |
| XYZ | 21.47 | 21.02 | 37.11 | - |
| YUV | 127.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 162 | 0.26 | 0.23 | 0 | 0.36 | 234.29 | 0.18 | 0.55 |
| Hex | 78 | 7C | A2 | 1A | 17 | 0 | 24 | EA | 12 | 37 |
| Octal | 170 | 174 | 242 | 32 | 27 | 0 | 44 | 352 | 22 | 67 |
| Binary | 1111000 | 1111100 | 10100010 | 11010 | 10111 | 0 | 100100 | 11101010 | 10010 | 110111 |
Color Harmonies of #787CA2
Complementary color
Monochromatic Colors of #787CA2
Black with #787CA2
Text Example
Text Example
White with #787CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CA2; }
p { color: rgb(120,124,162); }
H1.HeaderClassName
{
color: #787CA2;
}
.AnyTagClassName
{
color: #787CA2;
}
</style>
background-color css
<style>
a { background-color: #787CA2; }
a { background-color: rgb(120,124,162); }
div.DivClassName
{
background-color: #787CA2;
}
.BgClassName
{
background-color: #787CA2;
}
</style>
border-color css
<style>
span { border-color: #787CA2; }
span { border-color: rgb(120,124,162); }
td.TdClassName
{
border-color: #787CA2;
}
.TagClassName
{
border-color: #787CA2;
}
</style>