Shades of Ship Cove #787FA2
Tints of Ship Cove #787FA2
RGB
CMYK
RGB Variations
Color information
#787FA2 (or 0x787FA2) is known color: Ship Cove. HEX triplet: 78, 7F and A2. RGB value is (120,127,162). Sum of RGB (Red+Green+Blue) = 120+127+162=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #787FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA2 is #87805D. Grayscale: #808080. Windows color (decimal): -8880222 or 10649464. OLE color: 10649464.
HSL color Cylindrical-coordinate representation of color #787FA2: hue angle of 230º 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 #787FA2 is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 127 | 162 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.36 |
| HSL | 230º | 0.18% | 0.55% | - |
| HSV(B) | 230º | 0.26% | 0.64% | - |
| XYZ | 21.86 | 21.78 | 37.23 | - |
| YUV | 128.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 162 | 0.26 | 0.22 | 0 | 0.36 | 230 | 0.18 | 0.55 |
| Hex | 78 | 7F | A2 | 1A | 16 | 0 | 24 | E6 | 12 | 37 |
| Octal | 170 | 177 | 242 | 32 | 26 | 0 | 44 | 346 | 22 | 67 |
| Binary | 1111000 | 1111111 | 10100010 | 11010 | 10110 | 0 | 100100 | 11100110 | 10010 | 110111 |
Color Harmonies of #787FA2
Complementary color
Monochromatic Colors of #787FA2
Black with #787FA2
Text Example
Text Example
White with #787FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FA2; }
p { color: rgb(120,127,162); }
H1.HeaderClassName
{
color: #787FA2;
}
.AnyTagClassName
{
color: #787FA2;
}
</style>
background-color css
<style>
a { background-color: #787FA2; }
a { background-color: rgb(120,127,162); }
div.DivClassName
{
background-color: #787FA2;
}
.BgClassName
{
background-color: #787FA2;
}
</style>
border-color css
<style>
span { border-color: #787FA2; }
span { border-color: rgb(120,127,162); }
td.TdClassName
{
border-color: #787FA2;
}
.TagClassName
{
border-color: #787FA2;
}
</style>