Shades of Ship Cove #787F9D
Tints of Ship Cove #787F9D
RGB
CMYK
RGB Variations
Color information
#787F9D (or 0x787F9D) is known color: Ship Cove. HEX triplet: 78, 7F and 9D. RGB value is (120,127,157). Sum of RGB (Red+Green+Blue) = 120+127+157=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #787F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F9D is #878062. Grayscale: #808080. Windows color (decimal): -8880227 or 10321784. OLE color: 10321784.
HSL color Cylindrical-coordinate representation of color #787F9D: hue angle of 228.65º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #787F9D is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 127 | 157 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.38 |
| HSL | 228.65º | 0.16% | 0.54% | - |
| HSV(B) | 228.65º | 0.24% | 0.62% | - |
| XYZ | 21.42 | 21.61 | 34.94 | - |
| YUV | 128.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 157 | 0.24 | 0.19 | 0 | 0.38 | 228.65 | 0.16 | 0.54 |
| Hex | 78 | 7F | 9D | 18 | 13 | 0 | 26 | E5 | 10 | 36 |
| Octal | 170 | 177 | 235 | 30 | 23 | 0 | 46 | 345 | 20 | 66 |
| Binary | 1111000 | 1111111 | 10011101 | 11000 | 10011 | 0 | 100110 | 11100101 | 10000 | 110110 |
Color Harmonies of #787F9D
Complementary color
Monochromatic Colors of #787F9D
Black with #787F9D
Text Example
Text Example
White with #787F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787F9D; }
p { color: rgb(120,127,157); }
H1.HeaderClassName
{
color: #787F9D;
}
.AnyTagClassName
{
color: #787F9D;
}
</style>
background-color css
<style>
a { background-color: #787F9D; }
a { background-color: rgb(120,127,157); }
div.DivClassName
{
background-color: #787F9D;
}
.BgClassName
{
background-color: #787F9D;
}
</style>
border-color css
<style>
span { border-color: #787F9D; }
span { border-color: rgb(120,127,157); }
td.TdClassName
{
border-color: #787F9D;
}
.TagClassName
{
border-color: #787F9D;
}
</style>