Shades of Ship Cove #7882AF
Tints of Ship Cove #7882AF
RGB
CMYK
RGB Variations
Color information
#7882AF (or 0x7882AF) is known color: Ship Cove. HEX triplet: 78, 82 and AF. RGB value is (120,130,175). Sum of RGB (Red+Green+Blue) = 120+130+175=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #7882AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7882AF is #877D50. Grayscale: #838383. Windows color (decimal): -8879441 or 11502200. OLE color: 11502200.
HSL color Cylindrical-coordinate representation of color #7882AF: hue angle of 229.09º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7882AF is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 130 | 175 | - |
| CMYK | 0.31 | 0.26 | 0 | 0.31 |
| HSL | 229.09º | 0.26% | 0.58% | - |
| HSV(B) | 229.09º | 0.31% | 0.69% | - |
| XYZ | 23.47 | 23.05 | 43.77 | - |
| YUV | 132.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 175 | 0.31 | 0.26 | 0 | 0.31 | 229.09 | 0.26 | 0.58 |
| Hex | 78 | 82 | AF | 1F | 1A | 0 | 1F | E5 | 1A | 3A |
| Octal | 170 | 202 | 257 | 37 | 32 | 0 | 37 | 345 | 32 | 72 |
| Binary | 1111000 | 10000010 | 10101111 | 11111 | 11010 | 0 | 11111 | 11100101 | 11010 | 111010 |
Color Harmonies of #7882AF
Complementary color
Monochromatic Colors of #7882AF
Black with #7882AF
Text Example
Text Example
White with #7882AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7882AF; }
p { color: rgb(120,130,175); }
H1.HeaderClassName
{
color: #7882AF;
}
.AnyTagClassName
{
color: #7882AF;
}
</style>
background-color css
<style>
a { background-color: #7882AF; }
a { background-color: rgb(120,130,175); }
div.DivClassName
{
background-color: #7882AF;
}
.BgClassName
{
background-color: #7882AF;
}
</style>
border-color css
<style>
span { border-color: #7882AF; }
span { border-color: rgb(120,130,175); }
td.TdClassName
{
border-color: #7882AF;
}
.TagClassName
{
border-color: #7882AF;
}
</style>