Shades of Ship Cove #8092AD
Tints of Ship Cove #8092AD
RGB
CMYK
RGB Variations
Color information
#8092AD (or 0x8092AD) is known color: Ship Cove. HEX triplet: 80, 92 and AD. RGB value is (128,146,173). Sum of RGB (Red+Green+Blue) = 128+146+173=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 146 (57.42% from 255 or 32.66% 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 #8092AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8092AD is #7F6D52. Grayscale: #8F8F8F. Windows color (decimal): -8351059 or 11375232. OLE color: 11375232.
HSL color Cylindrical-coordinate representation of color #8092AD: hue angle of 216º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8092AD is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 146 | 173 | - |
| CMYK | 0.26 | 0.16 | 0 | 0.32 |
| HSL | 216º | 0.22% | 0.59% | - |
| HSV(B) | 216º | 0.26% | 0.68% | - |
| XYZ | 26.72 | 28.16 | 43.56 | - |
| YUV | 143.7 | 144.54 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 173 | 0.26 | 0.16 | 0 | 0.32 | 216 | 0.22 | 0.59 |
| Hex | 80 | 92 | AD | 1A | 10 | 0 | 20 | D8 | 16 | 3B |
| Octal | 200 | 222 | 255 | 32 | 20 | 0 | 40 | 330 | 26 | 73 |
| Binary | 10000000 | 10010010 | 10101101 | 11010 | 10000 | 0 | 100000 | 11011000 | 10110 | 111011 |
Color Harmonies of #8092AD
Complementary color
Monochromatic Colors of #8092AD
Black with #8092AD
Text Example
Text Example
White with #8092AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092AD; }
p { color: rgb(128,146,173); }
H1.HeaderClassName
{
color: #8092AD;
}
.AnyTagClassName
{
color: #8092AD;
}
</style>
background-color css
<style>
a { background-color: #8092AD; }
a { background-color: rgb(128,146,173); }
div.DivClassName
{
background-color: #8092AD;
}
.BgClassName
{
background-color: #8092AD;
}
</style>
border-color css
<style>
span { border-color: #8092AD; }
span { border-color: rgb(128,146,173); }
td.TdClassName
{
border-color: #8092AD;
}
.TagClassName
{
border-color: #8092AD;
}
</style>