Shades of Ship Cove #7C8BAA
Tints of Ship Cove #7C8BAA
RGB
CMYK
RGB Variations
Color information
#7C8BAA (or 0x7C8BAA) is known color: Ship Cove. HEX triplet: 7C, 8B and AA. RGB value is (124,139,170). Sum of RGB (Red+Green+Blue) = 124+139+170=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C8BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8BAA is #837455. Grayscale: #898989. Windows color (decimal): -8614998 or 11176828. OLE color: 11176828.
HSL color Cylindrical-coordinate representation of color #7C8BAA: hue angle of 220.43º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C8BAA is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 139 | 170 | - |
| CMYK | 0.27 | 0.18 | 0 | 0.33 |
| HSL | 220.43º | 0.21% | 0.58% | - |
| HSV(B) | 220.43º | 0.27% | 0.67% | - |
| XYZ | 24.8 | 25.65 | 41.67 | - |
| YUV | 138.05 | 146.03 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 139 | 170 | 0.27 | 0.18 | 0 | 0.33 | 220.43 | 0.21 | 0.58 |
| Hex | 7C | 8B | AA | 1B | 12 | 0 | 21 | DC | 15 | 3A |
| Octal | 174 | 213 | 252 | 33 | 22 | 0 | 41 | 334 | 25 | 72 |
| Binary | 1111100 | 10001011 | 10101010 | 11011 | 10010 | 0 | 100001 | 11011100 | 10101 | 111010 |
Color Harmonies of #7C8BAA
Complementary color
Monochromatic Colors of #7C8BAA
Black with #7C8BAA
Text Example
Text Example
White with #7C8BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8BAA; }
p { color: rgb(124,139,170); }
H1.HeaderClassName
{
color: #7C8BAA;
}
.AnyTagClassName
{
color: #7C8BAA;
}
</style>
background-color css
<style>
a { background-color: #7C8BAA; }
a { background-color: rgb(124,139,170); }
div.DivClassName
{
background-color: #7C8BAA;
}
.BgClassName
{
background-color: #7C8BAA;
}
</style>
border-color css
<style>
span { border-color: #7C8BAA; }
span { border-color: rgb(124,139,170); }
td.TdClassName
{
border-color: #7C8BAA;
}
.TagClassName
{
border-color: #7C8BAA;
}
</style>