Shades of Ship Cove #788AAD
Tints of Ship Cove #788AAD
RGB
CMYK
RGB Variations
Color information
#788AAD (or 0x788AAD) is known color: Ship Cove. HEX triplet: 78, 8A and AD. RGB value is (120,138,173). Sum of RGB (Red+Green+Blue) = 120+138+173=431 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.84% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #788AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788AAD is #877552. Grayscale: #888888. Windows color (decimal): -8877395 or 11373176. OLE color: 11373176.
HSL color Cylindrical-coordinate representation of color #788AAD: hue angle of 219.62º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #788AAD is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 138 | 173 | - |
| CMYK | 0.31 | 0.20 | 0 | 0.32 |
| HSL | 219.62º | 0.24% | 0.57% | - |
| HSV(B) | 219.62º | 0.31% | 0.68% | - |
| XYZ | 24.38 | 25.19 | 43.11 | - |
| YUV | 136.61 | 148.54 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 138 | 173 | 0.31 | 0.20 | 0 | 0.32 | 219.62 | 0.24 | 0.57 |
| Hex | 78 | 8A | AD | 1F | 14 | 0 | 20 | DC | 18 | 39 |
| Octal | 170 | 212 | 255 | 37 | 24 | 0 | 40 | 334 | 30 | 71 |
| Binary | 1111000 | 10001010 | 10101101 | 11111 | 10100 | 0 | 100000 | 11011100 | 11000 | 111001 |
Color Harmonies of #788AAD
Complementary color
Monochromatic Colors of #788AAD
Black with #788AAD
Text Example
Text Example
White with #788AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788AAD; }
p { color: rgb(120,138,173); }
H1.HeaderClassName
{
color: #788AAD;
}
.AnyTagClassName
{
color: #788AAD;
}
</style>
background-color css
<style>
a { background-color: #788AAD; }
a { background-color: rgb(120,138,173); }
div.DivClassName
{
background-color: #788AAD;
}
.BgClassName
{
background-color: #788AAD;
}
</style>
border-color css
<style>
span { border-color: #788AAD; }
span { border-color: rgb(120,138,173); }
td.TdClassName
{
border-color: #788AAD;
}
.TagClassName
{
border-color: #788AAD;
}
</style>