Shades of Ship Cove #787FAB
Tints of Ship Cove #787FAB
RGB
CMYK
RGB Variations
Color information
#787FAB (or 0x787FAB) is known color: Ship Cove. HEX triplet: 78, 7F and AB. RGB value is (120,127,171). Sum of RGB (Red+Green+Blue) = 120+127+171=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #787FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FAB is #878054. Grayscale: #818181. Windows color (decimal): -8880213 or 11239288. OLE color: 11239288.
HSL color Cylindrical-coordinate representation of color #787FAB: hue angle of 231.76º 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 #787FAB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 127 | 171 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.33 |
| HSL | 231.76º | 0.23% | 0.57% | - |
| HSV(B) | 231.76º | 0.3% | 0.67% | - |
| XYZ | 22.69 | 22.11 | 41.6 | - |
| YUV | 129.92 | 151.18 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 171 | 0.30 | 0.26 | 0 | 0.33 | 231.76 | 0.23 | 0.57 |
| Hex | 78 | 7F | AB | 1E | 1A | 0 | 21 | E8 | 17 | 39 |
| Octal | 170 | 177 | 253 | 36 | 32 | 0 | 41 | 350 | 27 | 71 |
| Binary | 1111000 | 1111111 | 10101011 | 11110 | 11010 | 0 | 100001 | 11101000 | 10111 | 111001 |
Color Harmonies of #787FAB
Complementary color
Monochromatic Colors of #787FAB
Black with #787FAB
Text Example
Text Example
White with #787FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FAB; }
p { color: rgb(120,127,171); }
H1.HeaderClassName
{
color: #787FAB;
}
.AnyTagClassName
{
color: #787FAB;
}
</style>
background-color css
<style>
a { background-color: #787FAB; }
a { background-color: rgb(120,127,171); }
div.DivClassName
{
background-color: #787FAB;
}
.BgClassName
{
background-color: #787FAB;
}
</style>
border-color css
<style>
span { border-color: #787FAB; }
span { border-color: rgb(120,127,171); }
td.TdClassName
{
border-color: #787FAB;
}
.TagClassName
{
border-color: #787FAB;
}
</style>