Shades of Ship Cove #8290AD
Tints of Ship Cove #8290AD
RGB
CMYK
RGB Variations
Color information
#8290AD (or 0x8290AD) is known color: Ship Cove. HEX triplet: 82, 90 and AD. RGB value is (130,144,173). Sum of RGB (Red+Green+Blue) = 130+144+173=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 173 - color contains mainly: blue. Hex color #8290AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8290AD is #7D6F52. Grayscale: #8E8E8E. Windows color (decimal): -8220499 or 11374722. OLE color: 11374722.
HSL color Cylindrical-coordinate representation of color #8290AD: hue angle of 220.47º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8290AD is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 144 | 173 | - |
| CMYK | 0.25 | 0.17 | 0 | 0.32 |
| HSL | 220.47º | 0.21% | 0.59% | - |
| HSV(B) | 220.47º | 0.25% | 0.68% | - |
| XYZ | 26.72 | 27.71 | 43.48 | - |
| YUV | 143.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 173 | 0.25 | 0.17 | 0 | 0.32 | 220.47 | 0.21 | 0.59 |
| Hex | 82 | 90 | AD | 19 | 11 | 0 | 20 | DC | 15 | 3B |
| Octal | 202 | 220 | 255 | 31 | 21 | 0 | 40 | 334 | 25 | 73 |
| Binary | 10000010 | 10010000 | 10101101 | 11001 | 10001 | 0 | 100000 | 11011100 | 10101 | 111011 |
Color Harmonies of #8290AD
Complementary color
Monochromatic Colors of #8290AD
Black with #8290AD
Text Example
Text Example
White with #8290AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8290AD; }
p { color: rgb(130,144,173); }
H1.HeaderClassName
{
color: #8290AD;
}
.AnyTagClassName
{
color: #8290AD;
}
</style>
background-color css
<style>
a { background-color: #8290AD; }
a { background-color: rgb(130,144,173); }
div.DivClassName
{
background-color: #8290AD;
}
.BgClassName
{
background-color: #8290AD;
}
</style>
border-color css
<style>
span { border-color: #8290AD; }
span { border-color: rgb(130,144,173); }
td.TdClassName
{
border-color: #8290AD;
}
.TagClassName
{
border-color: #8290AD;
}
</style>