Shades of Ship Cove #787FA1
Tints of Ship Cove #787FA1
RGB
CMYK
RGB Variations
Color information
#787FA1 (or 0x787FA1) is known color: Ship Cove. HEX triplet: 78, 7F and A1. RGB value is (120,127,161). Sum of RGB (Red+Green+Blue) = 120+127+161=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 127 (50% from 255 or 31.13% from 408); Blue value is 161 (63.28% from 255 or 39.46% from 408); Max value from RGB is 161 - color contains mainly: blue. Hex color #787FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA1 is #87805E. Grayscale: #808080. Windows color (decimal): -8880223 or 10583928. OLE color: 10583928.
HSL color Cylindrical-coordinate representation of color #787FA1: hue angle of 229.76º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787FA1 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 127 | 161 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.37 |
| HSL | 229.76º | 0.18% | 0.55% | - |
| HSV(B) | 229.76º | 0.25% | 0.63% | - |
| XYZ | 21.77 | 21.75 | 36.77 | - |
| YUV | 128.78 | 146.18 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 161 | 0.25 | 0.21 | 0 | 0.37 | 229.76 | 0.18 | 0.55 |
| Hex | 78 | 7F | A1 | 19 | 15 | 0 | 25 | E6 | 12 | 37 |
| Octal | 170 | 177 | 241 | 31 | 25 | 0 | 45 | 346 | 22 | 67 |
| Binary | 1111000 | 1111111 | 10100001 | 11001 | 10101 | 0 | 100101 | 11100110 | 10010 | 110111 |
Color Harmonies of #787FA1
Complementary color
Monochromatic Colors of #787FA1
Black with #787FA1
Text Example
Text Example
White with #787FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FA1; }
p { color: rgb(120,127,161); }
H1.HeaderClassName
{
color: #787FA1;
}
.AnyTagClassName
{
color: #787FA1;
}
</style>
background-color css
<style>
a { background-color: #787FA1; }
a { background-color: rgb(120,127,161); }
div.DivClassName
{
background-color: #787FA1;
}
.BgClassName
{
background-color: #787FA1;
}
</style>
border-color css
<style>
span { border-color: #787FA1; }
span { border-color: rgb(120,127,161); }
td.TdClassName
{
border-color: #787FA1;
}
.TagClassName
{
border-color: #787FA1;
}
</style>