Shades of Ship Cove #8092AC
Tints of Ship Cove #8092AC
RGB
CMYK
RGB Variations
Color information
#8092AC (or 0x8092AC) is known color: Ship Cove. HEX triplet: 80, 92 and AC. RGB value is (128,146,172). Sum of RGB (Red+Green+Blue) = 128+146+172=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #8092AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8092AC is #7F6D53. Grayscale: #8F8F8F. Windows color (decimal): -8351060 or 11309696. OLE color: 11309696.
HSL color Cylindrical-coordinate representation of color #8092AC: hue angle of 215.45º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8092AC is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 146 | 172 | - |
| CMYK | 0.26 | 0.15 | 0 | 0.33 |
| HSL | 215.45º | 0.21% | 0.59% | - |
| HSV(B) | 215.45º | 0.26% | 0.67% | - |
| XYZ | 26.63 | 28.13 | 43.06 | - |
| YUV | 143.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 146 | 172 | 0.26 | 0.15 | 0 | 0.33 | 215.45 | 0.21 | 0.59 |
| Hex | 80 | 92 | AC | 1A | F | 0 | 21 | D7 | 15 | 3B |
| Octal | 200 | 222 | 254 | 32 | 17 | 0 | 41 | 327 | 25 | 73 |
| Binary | 10000000 | 10010010 | 10101100 | 11010 | 1111 | 0 | 100001 | 11010111 | 10101 | 111011 |
Color Harmonies of #8092AC
Complementary color
Monochromatic Colors of #8092AC
Black with #8092AC
Text Example
Text Example
White with #8092AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8092AC; }
p { color: rgb(128,146,172); }
H1.HeaderClassName
{
color: #8092AC;
}
.AnyTagClassName
{
color: #8092AC;
}
</style>
background-color css
<style>
a { background-color: #8092AC; }
a { background-color: rgb(128,146,172); }
div.DivClassName
{
background-color: #8092AC;
}
.BgClassName
{
background-color: #8092AC;
}
</style>
border-color css
<style>
span { border-color: #8092AC; }
span { border-color: rgb(128,146,172); }
td.TdClassName
{
border-color: #8092AC;
}
.TagClassName
{
border-color: #8092AC;
}
</style>