Shades of Ship Cove #787EA1
Tints of Ship Cove #787EA1
RGB
CMYK
RGB Variations
Color information
#787EA1 (or 0x787EA1) is known color: Ship Cove. HEX triplet: 78, 7E and A1. RGB value is (120,126,161). Sum of RGB (Red+Green+Blue) = 120+126+161=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 126 (49.61% from 255 or 30.96% from 407); Blue value is 161 (63.28% from 255 or 39.56% from 407); Max value from RGB is 161 - color contains mainly: blue. Hex color #787EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787EA1 is #87815E. Grayscale: #808080. Windows color (decimal): -8880479 or 10583672. OLE color: 10583672.
HSL color Cylindrical-coordinate representation of color #787EA1: hue angle of 231.22º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787EA1 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 126 | 161 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.37 |
| HSL | 231.22º | 0.18% | 0.55% | - |
| HSV(B) | 231.22º | 0.25% | 0.63% | - |
| XYZ | 21.64 | 21.49 | 36.73 | - |
| YUV | 128.2 | 146.51 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 161 | 0.25 | 0.22 | 0 | 0.37 | 231.22 | 0.18 | 0.55 |
| Hex | 78 | 7E | A1 | 19 | 16 | 0 | 25 | E7 | 12 | 37 |
| Octal | 170 | 176 | 241 | 31 | 26 | 0 | 45 | 347 | 22 | 67 |
| Binary | 1111000 | 1111110 | 10100001 | 11001 | 10110 | 0 | 100101 | 11100111 | 10010 | 110111 |
Color Harmonies of #787EA1
Complementary color
Monochromatic Colors of #787EA1
Black with #787EA1
Text Example
Text Example
White with #787EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787EA1; }
p { color: rgb(120,126,161); }
H1.HeaderClassName
{
color: #787EA1;
}
.AnyTagClassName
{
color: #787EA1;
}
</style>
background-color css
<style>
a { background-color: #787EA1; }
a { background-color: rgb(120,126,161); }
div.DivClassName
{
background-color: #787EA1;
}
.BgClassName
{
background-color: #787EA1;
}
</style>
border-color css
<style>
span { border-color: #787EA1; }
span { border-color: rgb(120,126,161); }
td.TdClassName
{
border-color: #787EA1;
}
.TagClassName
{
border-color: #787EA1;
}
</style>