Shades of Ship Cove #7982AE
Tints of Ship Cove #7982AE
RGB
CMYK
RGB Variations
Color information
#7982AE (or 0x7982AE) is known color: Ship Cove. HEX triplet: 79, 82 and AE. RGB value is (121,130,174). Sum of RGB (Red+Green+Blue) = 121+130+174=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #7982AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7982AE is #867D51. Grayscale: #848484. Windows color (decimal): -8813906 or 11436665. OLE color: 11436665.
HSL color Cylindrical-coordinate representation of color #7982AE: hue angle of 229.81º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7982AE is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 130 | 174 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.32 |
| HSL | 229.81º | 0.25% | 0.58% | - |
| HSV(B) | 229.81º | 0.3% | 0.68% | - |
| XYZ | 23.51 | 23.09 | 43.26 | - |
| YUV | 132.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 174 | 0.30 | 0.25 | 0 | 0.32 | 229.81 | 0.25 | 0.58 |
| Hex | 79 | 82 | AE | 1E | 19 | 0 | 20 | E6 | 19 | 3A |
| Octal | 171 | 202 | 256 | 36 | 31 | 0 | 40 | 346 | 31 | 72 |
| Binary | 1111001 | 10000010 | 10101110 | 11110 | 11001 | 0 | 100000 | 11100110 | 11001 | 111010 |
Color Harmonies of #7982AE
Complementary color
Monochromatic Colors of #7982AE
Black with #7982AE
Text Example
Text Example
White with #7982AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982AE; }
p { color: rgb(121,130,174); }
H1.HeaderClassName
{
color: #7982AE;
}
.AnyTagClassName
{
color: #7982AE;
}
</style>
background-color css
<style>
a { background-color: #7982AE; }
a { background-color: rgb(121,130,174); }
div.DivClassName
{
background-color: #7982AE;
}
.BgClassName
{
background-color: #7982AE;
}
</style>
border-color css
<style>
span { border-color: #7982AE; }
span { border-color: rgb(121,130,174); }
td.TdClassName
{
border-color: #7982AE;
}
.TagClassName
{
border-color: #7982AE;
}
</style>