Shades of Ship Cove #7A94B2
Tints of Ship Cove #7A94B2
RGB
CMYK
RGB Variations
Color information
#7A94B2 (or 0x7A94B2) is known color: Ship Cove. HEX triplet: 7A, 94 and B2. RGB value is (122,148,178). Sum of RGB (Red+Green+Blue) = 122+148+178=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 178 (69.92% from 255 or 39.73% from 448); Max value from RGB is 178 - color contains mainly: blue. Hex color #7A94B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A94B2 is #856B4D. Grayscale: #8F8F8F. Windows color (decimal): -8743758 or 11703418. OLE color: 11703418.
HSL color Cylindrical-coordinate representation of color #7A94B2: hue angle of 212.14º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A94B2 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 148 | 178 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.30 |
| HSL | 212.14º | 0.27% | 0.59% | - |
| HSV(B) | 212.14º | 0.31% | 0.7% | - |
| XYZ | 26.65 | 28.53 | 46.22 | - |
| YUV | 143.65 | 147.39 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 148 | 178 | 0.31 | 0.17 | 0 | 0.30 | 212.14 | 0.27 | 0.59 |
| Hex | 7A | 94 | B2 | 1F | 11 | 0 | 1E | D4 | 1B | 3B |
| Octal | 172 | 224 | 262 | 37 | 21 | 0 | 36 | 324 | 33 | 73 |
| Binary | 1111010 | 10010100 | 10110010 | 11111 | 10001 | 0 | 11110 | 11010100 | 11011 | 111011 |
Color Harmonies of #7A94B2
Complementary color
Monochromatic Colors of #7A94B2
Black with #7A94B2
Text Example
Text Example
White with #7A94B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A94B2; }
p { color: rgb(122,148,178); }
H1.HeaderClassName
{
color: #7A94B2;
}
.AnyTagClassName
{
color: #7A94B2;
}
</style>
background-color css
<style>
a { background-color: #7A94B2; }
a { background-color: rgb(122,148,178); }
div.DivClassName
{
background-color: #7A94B2;
}
.BgClassName
{
background-color: #7A94B2;
}
</style>
border-color css
<style>
span { border-color: #7A94B2; }
span { border-color: rgb(122,148,178); }
td.TdClassName
{
border-color: #7A94B2;
}
.TagClassName
{
border-color: #7A94B2;
}
</style>