Shades of Ship Cove #7884A4
Tints of Ship Cove #7884A4
RGB
CMYK
RGB Variations
Color information
#7884A4 (or 0x7884A4) is known color: Ship Cove. HEX triplet: 78, 84 and A4. RGB value is (120,132,164). Sum of RGB (Red+Green+Blue) = 120+132+164=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 164 - color contains mainly: blue. Hex color #7884A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7884A4 is #877B5B. Grayscale: #838383. Windows color (decimal): -8878940 or 10781816. OLE color: 10781816.
HSL color Cylindrical-coordinate representation of color #7884A4: hue angle of 223.64º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7884A4 is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 132 | 164 | - |
| CMYK | 0.27 | 0.20 | 0 | 0.36 |
| HSL | 223.64º | 0.19% | 0.56% | - |
| HSV(B) | 223.64º | 0.27% | 0.64% | - |
| XYZ | 22.7 | 23.18 | 38.4 | - |
| YUV | 132.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 132 | 164 | 0.27 | 0.20 | 0 | 0.36 | 223.64 | 0.19 | 0.56 |
| Hex | 78 | 84 | A4 | 1B | 14 | 0 | 24 | E0 | 13 | 38 |
| Octal | 170 | 204 | 244 | 33 | 24 | 0 | 44 | 340 | 23 | 70 |
| Binary | 1111000 | 10000100 | 10100100 | 11011 | 10100 | 0 | 100100 | 11100000 | 10011 | 111000 |
Color Harmonies of #7884A4
Complementary color
Monochromatic Colors of #7884A4
Black with #7884A4
Text Example
Text Example
White with #7884A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7884A4; }
p { color: rgb(120,132,164); }
H1.HeaderClassName
{
color: #7884A4;
}
.AnyTagClassName
{
color: #7884A4;
}
</style>
background-color css
<style>
a { background-color: #7884A4; }
a { background-color: rgb(120,132,164); }
div.DivClassName
{
background-color: #7884A4;
}
.BgClassName
{
background-color: #7884A4;
}
</style>
border-color css
<style>
span { border-color: #7884A4; }
span { border-color: rgb(120,132,164); }
td.TdClassName
{
border-color: #7884A4;
}
.TagClassName
{
border-color: #7884A4;
}
</style>