Shades of Ship Cove #7791B1
Tints of Ship Cove #7791B1
RGB
CMYK
RGB Variations
Color information
#7791B1 (or 0x7791B1) is known color: Ship Cove. HEX triplet: 77, 91 and B1. RGB value is (119,145,177). Sum of RGB (Red+Green+Blue) = 119+145+177=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 177 - color contains mainly: blue. Hex color #7791B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7791B1 is #886E4E. Grayscale: #8C8C8C. Windows color (decimal): -8941135 or 11637111. OLE color: 11637111.
HSL color Cylindrical-coordinate representation of color #7791B1: hue angle of 213.1º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7791B1 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 119 | 145 | 177 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.31 |
| HSL | 213.1º | 0.27% | 0.58% | - |
| HSV(B) | 213.1º | 0.33% | 0.69% | - |
| XYZ | 25.67 | 27.35 | 45.52 | - |
| YUV | 140.87 | 148.39 | 112.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 177 | 0.33 | 0.18 | 0 | 0.31 | 213.1 | 0.27 | 0.58 |
| Hex | 77 | 91 | B1 | 21 | 12 | 0 | 1F | D5 | 1B | 3A |
| Octal | 167 | 221 | 261 | 41 | 22 | 0 | 37 | 325 | 33 | 72 |
| Binary | 1110111 | 10010001 | 10110001 | 100001 | 10010 | 0 | 11111 | 11010101 | 11011 | 111010 |
Color Harmonies of #7791B1
Complementary color
Monochromatic Colors of #7791B1
Black with #7791B1
Text Example
Text Example
White with #7791B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7791B1; }
p { color: rgb(119,145,177); }
H1.HeaderClassName
{
color: #7791B1;
}
.AnyTagClassName
{
color: #7791B1;
}
</style>
background-color css
<style>
a { background-color: #7791B1; }
a { background-color: rgb(119,145,177); }
div.DivClassName
{
background-color: #7791B1;
}
.BgClassName
{
background-color: #7791B1;
}
</style>
border-color css
<style>
span { border-color: #7791B1; }
span { border-color: rgb(119,145,177); }
td.TdClassName
{
border-color: #7791B1;
}
.TagClassName
{
border-color: #7791B1;
}
</style>