Shades of Ship Cove #787B9D
Tints of Ship Cove #787B9D
RGB
CMYK
RGB Variations
Color information
#787B9D (or 0x787B9D) is known color: Ship Cove. HEX triplet: 78, 7B and 9D. RGB value is (120,123,157). Sum of RGB (Red+Green+Blue) = 120+123+157=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 157 - color contains mainly: blue. Hex color #787B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787B9D is #878462. Grayscale: #7D7D7D. Windows color (decimal): -8881251 or 10320760. OLE color: 10320760.
HSL color Cylindrical-coordinate representation of color #787B9D: hue angle of 235.14º 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 #787B9D is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 123 | 157 | - |
| CMYK | 0.24 | 0.22 | 0 | 0.38 |
| HSL | 235.14º | 0.16% | 0.54% | - |
| HSV(B) | 235.14º | 0.24% | 0.62% | - |
| XYZ | 20.91 | 20.59 | 34.77 | - |
| YUV | 125.98 | 145.51 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 123 | 157 | 0.24 | 0.22 | 0 | 0.38 | 235.14 | 0.16 | 0.54 |
| Hex | 78 | 7B | 9D | 18 | 16 | 0 | 26 | EB | 10 | 36 |
| Octal | 170 | 173 | 235 | 30 | 26 | 0 | 46 | 353 | 20 | 66 |
| Binary | 1111000 | 1111011 | 10011101 | 11000 | 10110 | 0 | 100110 | 11101011 | 10000 | 110110 |
Color Harmonies of #787B9D
Complementary color
Monochromatic Colors of #787B9D
Black with #787B9D
Text Example
Text Example
White with #787B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787B9D; }
p { color: rgb(120,123,157); }
H1.HeaderClassName
{
color: #787B9D;
}
.AnyTagClassName
{
color: #787B9D;
}
</style>
background-color css
<style>
a { background-color: #787B9D; }
a { background-color: rgb(120,123,157); }
div.DivClassName
{
background-color: #787B9D;
}
.BgClassName
{
background-color: #787B9D;
}
</style>
border-color css
<style>
span { border-color: #787B9D; }
span { border-color: rgb(120,123,157); }
td.TdClassName
{
border-color: #787B9D;
}
.TagClassName
{
border-color: #787B9D;
}
</style>