Shades of Ship Cove #7983AD
Tints of Ship Cove #7983AD
RGB
CMYK
RGB Variations
Color information
#7983AD (or 0x7983AD) is known color: Ship Cove. HEX triplet: 79, 83 and AD. RGB value is (121,131,173). Sum of RGB (Red+Green+Blue) = 121+131+173=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 173 - color contains mainly: blue. Hex color #7983AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7983AD is #867C52. Grayscale: #848484. Windows color (decimal): -8813651 or 11371385. OLE color: 11371385.
HSL color Cylindrical-coordinate representation of color #7983AD: hue angle of 228.46º 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 #7983AD is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 121 | 131 | 173 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.32 |
| HSL | 228.46º | 0.24% | 0.58% | - |
| HSV(B) | 228.46º | 0.3% | 0.68% | - |
| XYZ | 23.54 | 23.31 | 42.79 | - |
| YUV | 132.8 | 150.69 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 131 | 173 | 0.30 | 0.24 | 0 | 0.32 | 228.46 | 0.24 | 0.58 |
| Hex | 79 | 83 | AD | 1E | 18 | 0 | 20 | E4 | 18 | 3A |
| Octal | 171 | 203 | 255 | 36 | 30 | 0 | 40 | 344 | 30 | 72 |
| Binary | 1111001 | 10000011 | 10101101 | 11110 | 11000 | 0 | 100000 | 11100100 | 11000 | 111010 |
Color Harmonies of #7983AD
Complementary color
Monochromatic Colors of #7983AD
Black with #7983AD
Text Example
Text Example
White with #7983AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7983AD; }
p { color: rgb(121,131,173); }
H1.HeaderClassName
{
color: #7983AD;
}
.AnyTagClassName
{
color: #7983AD;
}
</style>
background-color css
<style>
a { background-color: #7983AD; }
a { background-color: rgb(121,131,173); }
div.DivClassName
{
background-color: #7983AD;
}
.BgClassName
{
background-color: #7983AD;
}
</style>
border-color css
<style>
span { border-color: #7983AD; }
span { border-color: rgb(121,131,173); }
td.TdClassName
{
border-color: #7983AD;
}
.TagClassName
{
border-color: #7983AD;
}
</style>