Shades of Ship Cove #7C81A2
Tints of Ship Cove #7C81A2
RGB
CMYK
RGB Variations
Color information
#7C81A2 (or 0x7C81A2) is known color: Ship Cove. HEX triplet: 7C, 81 and A2. RGB value is (124,129,162). Sum of RGB (Red+Green+Blue) = 124+129+162=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 162 - color contains mainly: blue. Hex color #7C81A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C81A2 is #837E5D. Grayscale: #838383. Windows color (decimal): -8617566 or 10649980. OLE color: 10649980.
HSL color Cylindrical-coordinate representation of color #7C81A2: hue angle of 232.11º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C81A2 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 124 | 129 | 162 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.36 |
| HSL | 232.11º | 0.17% | 0.56% | - |
| HSV(B) | 232.11º | 0.23% | 0.64% | - |
| XYZ | 22.68 | 22.59 | 37.35 | - |
| YUV | 131.27 | 145.34 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 162 | 0.23 | 0.20 | 0 | 0.36 | 232.11 | 0.17 | 0.56 |
| Hex | 7C | 81 | A2 | 17 | 14 | 0 | 24 | E8 | 11 | 38 |
| Octal | 174 | 201 | 242 | 27 | 24 | 0 | 44 | 350 | 21 | 70 |
| Binary | 1111100 | 10000001 | 10100010 | 10111 | 10100 | 0 | 100100 | 11101000 | 10001 | 111000 |
Color Harmonies of #7C81A2
Complementary color
Monochromatic Colors of #7C81A2
Black with #7C81A2
Text Example
Text Example
White with #7C81A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C81A2; }
p { color: rgb(124,129,162); }
H1.HeaderClassName
{
color: #7C81A2;
}
.AnyTagClassName
{
color: #7C81A2;
}
</style>
background-color css
<style>
a { background-color: #7C81A2; }
a { background-color: rgb(124,129,162); }
div.DivClassName
{
background-color: #7C81A2;
}
.BgClassName
{
background-color: #7C81A2;
}
</style>
border-color css
<style>
span { border-color: #7C81A2; }
span { border-color: rgb(124,129,162); }
td.TdClassName
{
border-color: #7C81A2;
}
.TagClassName
{
border-color: #7C81A2;
}
</style>