Shades of Ship Cove #788BAB
Tints of Ship Cove #788BAB
RGB
CMYK
RGB Variations
Color information
#788BAB (or 0x788BAB) is known color: Ship Cove. HEX triplet: 78, 8B and AB. RGB value is (120,139,171). Sum of RGB (Red+Green+Blue) = 120+139+171=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #788BAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788BAB is #877454. Grayscale: #888888. Windows color (decimal): -8877141 or 11242360. OLE color: 11242360.
HSL color Cylindrical-coordinate representation of color #788BAB: hue angle of 217.65º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #788BAB is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 139 | 171 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.33 |
| HSL | 217.65º | 0.23% | 0.57% | - |
| HSV(B) | 217.65º | 0.3% | 0.67% | - |
| XYZ | 24.33 | 25.4 | 42.15 | - |
| YUV | 136.97 | 147.21 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 139 | 171 | 0.30 | 0.19 | 0 | 0.33 | 217.65 | 0.23 | 0.57 |
| Hex | 78 | 8B | AB | 1E | 13 | 0 | 21 | DA | 17 | 39 |
| Octal | 170 | 213 | 253 | 36 | 23 | 0 | 41 | 332 | 27 | 71 |
| Binary | 1111000 | 10001011 | 10101011 | 11110 | 10011 | 0 | 100001 | 11011010 | 10111 | 111001 |
Color Harmonies of #788BAB
Complementary color
Monochromatic Colors of #788BAB
Black with #788BAB
Text Example
Text Example
White with #788BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788BAB; }
p { color: rgb(120,139,171); }
H1.HeaderClassName
{
color: #788BAB;
}
.AnyTagClassName
{
color: #788BAB;
}
</style>
background-color css
<style>
a { background-color: #788BAB; }
a { background-color: rgb(120,139,171); }
div.DivClassName
{
background-color: #788BAB;
}
.BgClassName
{
background-color: #788BAB;
}
</style>
border-color css
<style>
span { border-color: #788BAB; }
span { border-color: rgb(120,139,171); }
td.TdClassName
{
border-color: #788BAB;
}
.TagClassName
{
border-color: #788BAB;
}
</style>