Shades of Ship Cove #787FA8
Tints of Ship Cove #787FA8
RGB
CMYK
RGB Variations
Color information
#787FA8 (or 0x787FA8) is known color: Ship Cove. HEX triplet: 78, 7F and A8. RGB value is (120,127,168). Sum of RGB (Red+Green+Blue) = 120+127+168=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 168 (66.02% from 255 or 40.48% from 415); Max value from RGB is 168 - color contains mainly: blue. Hex color #787FA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA8 is #878057. Grayscale: #818181. Windows color (decimal): -8880216 or 11042680. OLE color: 11042680.
HSL color Cylindrical-coordinate representation of color #787FA8: hue angle of 231.25º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #787FA8 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 127 | 168 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.34 |
| HSL | 231.25º | 0.22% | 0.56% | - |
| HSV(B) | 231.25º | 0.29% | 0.66% | - |
| XYZ | 22.4 | 22 | 40.11 | - |
| YUV | 129.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 168 | 0.29 | 0.24 | 0 | 0.34 | 231.25 | 0.22 | 0.56 |
| Hex | 78 | 7F | A8 | 1D | 18 | 0 | 22 | E7 | 16 | 38 |
| Octal | 170 | 177 | 250 | 35 | 30 | 0 | 42 | 347 | 26 | 70 |
| Binary | 1111000 | 1111111 | 10101000 | 11101 | 11000 | 0 | 100010 | 11100111 | 10110 | 111000 |
Color Harmonies of #787FA8
Complementary color
Monochromatic Colors of #787FA8
Black with #787FA8
Text Example
Text Example
White with #787FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FA8; }
p { color: rgb(120,127,168); }
H1.HeaderClassName
{
color: #787FA8;
}
.AnyTagClassName
{
color: #787FA8;
}
</style>
background-color css
<style>
a { background-color: #787FA8; }
a { background-color: rgb(120,127,168); }
div.DivClassName
{
background-color: #787FA8;
}
.BgClassName
{
background-color: #787FA8;
}
</style>
border-color css
<style>
span { border-color: #787FA8; }
span { border-color: rgb(120,127,168); }
td.TdClassName
{
border-color: #787FA8;
}
.TagClassName
{
border-color: #787FA8;
}
</style>