Shades of Ship Cove #788BAF
Tints of Ship Cove #788BAF
RGB
CMYK
RGB Variations
Color information
#788BAF (or 0x788BAF) is known color: Ship Cove. HEX triplet: 78, 8B and AF. RGB value is (120,139,175). Sum of RGB (Red+Green+Blue) = 120+139+175=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #788BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAF is #877450. Grayscale: #898989. Windows color (decimal): -8877137 or 11504504. OLE color: 11504504.
HSL color Cylindrical-coordinate representation of color #788BAF: hue angle of 219.27º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788BAF is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 139 | 175 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.31 |
| HSL | 219.27º | 0.26% | 0.58% | - |
| HSV(B) | 219.27º | 0.31% | 0.69% | - |
| XYZ | 24.72 | 25.55 | 44.19 | - |
| YUV | 137.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 175 | 0.31 | 0.21 | 0 | 0.31 | 219.27 | 0.26 | 0.58 |
| Hex | 78 | 8B | AF | 1F | 15 | 0 | 1F | DB | 1A | 3A |
| Octal | 170 | 213 | 257 | 37 | 25 | 0 | 37 | 333 | 32 | 72 |
| Binary | 1111000 | 10001011 | 10101111 | 11111 | 10101 | 0 | 11111 | 11011011 | 11010 | 111010 |
Color Harmonies of #788BAF
Complementary color
Monochromatic Colors of #788BAF
Black with #788BAF
Text Example
Text Example
White with #788BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BAF; }
p { color: rgb(120,139,175); }
H1.HeaderClassName
{
color: #788BAF;
}
.AnyTagClassName
{
color: #788BAF;
}
</style>
background-color css
<style>
a { background-color: #788BAF; }
a { background-color: rgb(120,139,175); }
div.DivClassName
{
background-color: #788BAF;
}
.BgClassName
{
background-color: #788BAF;
}
</style>
border-color css
<style>
span { border-color: #788BAF; }
span { border-color: rgb(120,139,175); }
td.TdClassName
{
border-color: #788BAF;
}
.TagClassName
{
border-color: #788BAF;
}
</style>