Shades of Ship Cove #788DA7
Tints of Ship Cove #788DA7
RGB
CMYK
RGB Variations
Color information
#788DA7 (or 0x788DA7) is known color: Ship Cove. HEX triplet: 78, 8D and A7. RGB value is (120,141,167). Sum of RGB (Red+Green+Blue) = 120+141+167=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #788DA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788DA7 is #877258. Grayscale: #898989. Windows color (decimal): -8876633 or 10980728. OLE color: 10980728.
HSL color Cylindrical-coordinate representation of color #788DA7: hue angle of 213.19º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #788DA7 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
RGB | 120 | 141 | 167 | - |
CMYK | 0.28 | 0.16 | 0 | 0.35 |
HSL | 213.19º | 0.21% | 0.56% | - |
HSV(B) | 213.19º | 0.28% | 0.65% | - |
XYZ | 24.25 | 25.83 | 40.27 | - |
YUV | 137.69 | 144.54 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 120 | 141 | 167 | 0.28 | 0.16 | 0 | 0.35 | 213.19 | 0.21 | 0.56 |
Hex | 78 | 8D | A7 | 1C | 10 | 0 | 23 | D5 | 15 | 38 |
Octal | 170 | 215 | 247 | 34 | 20 | 0 | 43 | 325 | 25 | 70 |
Binary | 1111000 | 10001101 | 10100111 | 11100 | 10000 | 0 | 100011 | 11010101 | 10101 | 111000 |
Color Harmonies of #788DA7
Complementary color
Monochromatic Colors of #788DA7
Black with #788DA7
Text Example
Text Example
White with #788DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788DA7; }
p { color: rgb(120,141,167); }
H1.HeaderClassName
{
color: #788DA7;
}
.AnyTagClassName
{
color: #788DA7;
}
</style>
background-color css
<style>
a { background-color: #788DA7; }
a { background-color: rgb(120,141,167); }
div.DivClassName
{
background-color: #788DA7;
}
.BgClassName
{
background-color: #788DA7;
}
</style>
border-color css
<style>
span { border-color: #788DA7; }
span { border-color: rgb(120,141,167); }
td.TdClassName
{
border-color: #788DA7;
}
.TagClassName
{
border-color: #788DA7;
}
</style>