Shades of Ship Cove #7C8DB0
Tints of Ship Cove #7C8DB0
RGB
CMYK
RGB Variations
Color information
#7C8DB0 (or 0x7C8DB0) is known color: Ship Cove. HEX triplet: 7C, 8D and B0. RGB value is (124,141,176). Sum of RGB (Red+Green+Blue) = 124+141+176=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 176 - color contains mainly: blue. Hex color #7C8DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8DB0 is #83724F. Grayscale: #8B8B8B. Windows color (decimal): -8614480 or 11570556. OLE color: 11570556.
HSL color Cylindrical-coordinate representation of color #7C8DB0: hue angle of 220.38º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C8DB0 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 141 | 176 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.31 |
| HSL | 220.38º | 0.25% | 0.59% | - |
| HSV(B) | 220.38º | 0.3% | 0.69% | - |
| XYZ | 25.67 | 26.47 | 44.83 | - |
| YUV | 139.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 141 | 176 | 0.30 | 0.20 | 0 | 0.31 | 220.38 | 0.25 | 0.59 |
| Hex | 7C | 8D | B0 | 1E | 14 | 0 | 1F | DC | 19 | 3B |
| Octal | 174 | 215 | 260 | 36 | 24 | 0 | 37 | 334 | 31 | 73 |
| Binary | 1111100 | 10001101 | 10110000 | 11110 | 10100 | 0 | 11111 | 11011100 | 11001 | 111011 |
Color Harmonies of #7C8DB0
Complementary color
Monochromatic Colors of #7C8DB0
Black with #7C8DB0
Text Example
Text Example
White with #7C8DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8DB0; }
p { color: rgb(124,141,176); }
H1.HeaderClassName
{
color: #7C8DB0;
}
.AnyTagClassName
{
color: #7C8DB0;
}
</style>
background-color css
<style>
a { background-color: #7C8DB0; }
a { background-color: rgb(124,141,176); }
div.DivClassName
{
background-color: #7C8DB0;
}
.BgClassName
{
background-color: #7C8DB0;
}
</style>
border-color css
<style>
span { border-color: #7C8DB0; }
span { border-color: rgb(124,141,176); }
td.TdClassName
{
border-color: #7C8DB0;
}
.TagClassName
{
border-color: #7C8DB0;
}
</style>