Shades of Ship Cove #787E9C
Tints of Ship Cove #787E9C
RGB
CMYK
RGB Variations
Color information
#787E9C (or 0x787E9C) is known color: Ship Cove. HEX triplet: 78, 7E and 9C. RGB value is (120,126,156). Sum of RGB (Red+Green+Blue) = 120+126+156=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #787E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787E9C is #878163. Grayscale: #7F7F7F. Windows color (decimal): -8880484 or 10255992. OLE color: 10255992.
HSL color Cylindrical-coordinate representation of color #787E9C: hue angle of 230º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #787E9C is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 126 | 156 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.39 |
| HSL | 230º | 0.15% | 0.54% | - |
| HSV(B) | 230º | 0.23% | 0.61% | - |
| XYZ | 21.21 | 21.32 | 34.45 | - |
| YUV | 127.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 156 | 0.23 | 0.19 | 0 | 0.39 | 230 | 0.15 | 0.54 |
| Hex | 78 | 7E | 9C | 17 | 13 | 0 | 27 | E6 | F | 36 |
| Octal | 170 | 176 | 234 | 27 | 23 | 0 | 47 | 346 | 17 | 66 |
| Binary | 1111000 | 1111110 | 10011100 | 10111 | 10011 | 0 | 100111 | 11100110 | 1111 | 110110 |
Color Harmonies of #787E9C
Complementary color
Monochromatic Colors of #787E9C
Black with #787E9C
Text Example
Text Example
White with #787E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E9C; }
p { color: rgb(120,126,156); }
H1.HeaderClassName
{
color: #787E9C;
}
.AnyTagClassName
{
color: #787E9C;
}
</style>
background-color css
<style>
a { background-color: #787E9C; }
a { background-color: rgb(120,126,156); }
div.DivClassName
{
background-color: #787E9C;
}
.BgClassName
{
background-color: #787E9C;
}
</style>
border-color css
<style>
span { border-color: #787E9C; }
span { border-color: rgb(120,126,156); }
td.TdClassName
{
border-color: #787E9C;
}
.TagClassName
{
border-color: #787E9C;
}
</style>