Shades of Ship Cove #7883AA
Tints of Ship Cove #7883AA
RGB
CMYK
RGB Variations
Color information
#7883AA (or 0x7883AA) is known color: Ship Cove. HEX triplet: 78, 83 and AA. RGB value is (120,131,170). Sum of RGB (Red+Green+Blue) = 120+131+170=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #7883AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7883AA is #877C55. Grayscale: #838383. Windows color (decimal): -8879190 or 11174776. OLE color: 11174776.
HSL color Cylindrical-coordinate representation of color #7883AA: hue angle of 226.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7883AA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 131 | 170 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.33 |
| HSL | 226.8º | 0.23% | 0.57% | - |
| HSV(B) | 226.8º | 0.29% | 0.67% | - |
| XYZ | 23.12 | 23.13 | 41.28 | - |
| YUV | 132.16 | 149.36 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 170 | 0.29 | 0.23 | 0 | 0.33 | 226.8 | 0.23 | 0.57 |
| Hex | 78 | 83 | AA | 1D | 17 | 0 | 21 | E3 | 17 | 39 |
| Octal | 170 | 203 | 252 | 35 | 27 | 0 | 41 | 343 | 27 | 71 |
| Binary | 1111000 | 10000011 | 10101010 | 11101 | 10111 | 0 | 100001 | 11100011 | 10111 | 111001 |
Color Harmonies of #7883AA
Complementary color
Monochromatic Colors of #7883AA
Black with #7883AA
Text Example
Text Example
White with #7883AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7883AA; }
p { color: rgb(120,131,170); }
H1.HeaderClassName
{
color: #7883AA;
}
.AnyTagClassName
{
color: #7883AA;
}
</style>
background-color css
<style>
a { background-color: #7883AA; }
a { background-color: rgb(120,131,170); }
div.DivClassName
{
background-color: #7883AA;
}
.BgClassName
{
background-color: #7883AA;
}
</style>
border-color css
<style>
span { border-color: #7883AA; }
span { border-color: rgb(120,131,170); }
td.TdClassName
{
border-color: #7883AA;
}
.TagClassName
{
border-color: #7883AA;
}
</style>