Shades of Ship Cove #7C8FAE
Tints of Ship Cove #7C8FAE
RGB
CMYK
RGB Variations
Color information
#7C8FAE (or 0x7C8FAE) is known color: Ship Cove. HEX triplet: 7C, 8F and AE. RGB value is (124,143,174). Sum of RGB (Red+Green+Blue) = 124+143+174=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8FAE is #837051. Grayscale: #8C8C8C. Windows color (decimal): -8613970 or 11439996. OLE color: 11439996.
HSL color Cylindrical-coordinate representation of color #7C8FAE: hue angle of 217.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C8FAE is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 143 | 174 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.32 |
| HSL | 217.2º | 0.24% | 0.58% | - |
| HSV(B) | 217.2º | 0.29% | 0.68% | - |
| XYZ | 25.77 | 26.99 | 43.89 | - |
| YUV | 140.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 143 | 174 | 0.29 | 0.18 | 0 | 0.32 | 217.2 | 0.24 | 0.58 |
| Hex | 7C | 8F | AE | 1D | 12 | 0 | 20 | D9 | 18 | 3A |
| Octal | 174 | 217 | 256 | 35 | 22 | 0 | 40 | 331 | 30 | 72 |
| Binary | 1111100 | 10001111 | 10101110 | 11101 | 10010 | 0 | 100000 | 11011001 | 11000 | 111010 |
Color Harmonies of #7C8FAE
Complementary color
Monochromatic Colors of #7C8FAE
Black with #7C8FAE
Text Example
Text Example
White with #7C8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8FAE; }
p { color: rgb(124,143,174); }
H1.HeaderClassName
{
color: #7C8FAE;
}
.AnyTagClassName
{
color: #7C8FAE;
}
</style>
background-color css
<style>
a { background-color: #7C8FAE; }
a { background-color: rgb(124,143,174); }
div.DivClassName
{
background-color: #7C8FAE;
}
.BgClassName
{
background-color: #7C8FAE;
}
</style>
border-color css
<style>
span { border-color: #7C8FAE; }
span { border-color: rgb(124,143,174); }
td.TdClassName
{
border-color: #7C8FAE;
}
.TagClassName
{
border-color: #7C8FAE;
}
</style>