Shades of Ship Cove #7982AD
Tints of Ship Cove #7982AD
RGB
CMYK
RGB Variations
Color information
#7982AD (or 0x7982AD) is known color: Ship Cove. HEX triplet: 79, 82 and AD. RGB value is (121,130,173). Sum of RGB (Red+Green+Blue) = 121+130+173=424 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.54% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #7982AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7982AD is #867D52. Grayscale: #848484. Windows color (decimal): -8813907 or 11371129. OLE color: 11371129.
HSL color Cylindrical-coordinate representation of color #7982AD: hue angle of 229.62º degrees, saturation: 0.24, 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 #7982AD is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 130 | 173 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.32 |
| HSL | 229.62º | 0.24% | 0.58% | - |
| HSV(B) | 229.62º | 0.3% | 0.68% | - |
| XYZ | 23.41 | 23.05 | 42.75 | - |
| YUV | 132.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 130 | 173 | 0.30 | 0.25 | 0 | 0.32 | 229.62 | 0.24 | 0.58 |
| Hex | 79 | 82 | AD | 1E | 19 | 0 | 20 | E6 | 18 | 3A |
| Octal | 171 | 202 | 255 | 36 | 31 | 0 | 40 | 346 | 30 | 72 |
| Binary | 1111001 | 10000010 | 10101101 | 11110 | 11001 | 0 | 100000 | 11100110 | 11000 | 111010 |
Color Harmonies of #7982AD
Complementary color
Monochromatic Colors of #7982AD
Black with #7982AD
Text Example
Text Example
White with #7982AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7982AD; }
p { color: rgb(121,130,173); }
H1.HeaderClassName
{
color: #7982AD;
}
.AnyTagClassName
{
color: #7982AD;
}
</style>
background-color css
<style>
a { background-color: #7982AD; }
a { background-color: rgb(121,130,173); }
div.DivClassName
{
background-color: #7982AD;
}
.BgClassName
{
background-color: #7982AD;
}
</style>
border-color css
<style>
span { border-color: #7982AD; }
span { border-color: rgb(121,130,173); }
td.TdClassName
{
border-color: #7982AD;
}
.TagClassName
{
border-color: #7982AD;
}
</style>