Shades of Ship Cove #8292AC
Tints of Ship Cove #8292AC
RGB
CMYK
RGB Variations
Color information
#8292AC (or 0x8292AC) is known color: Ship Cove. HEX triplet: 82, 92 and AC. RGB value is (130,146,172). Sum of RGB (Red+Green+Blue) = 130+146+172=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #8292AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8292AC is #7D6D53. Grayscale: #909090. Windows color (decimal): -8219988 or 11309698. OLE color: 11309698.
HSL color Cylindrical-coordinate representation of color #8292AC: hue angle of 217.14º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8292AC is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 146 | 172 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.33 |
| HSL | 217.14º | 0.2% | 0.59% | - |
| HSV(B) | 217.14º | 0.24% | 0.67% | - |
| XYZ | 26.93 | 28.28 | 43.07 | - |
| YUV | 144.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 172 | 0.24 | 0.15 | 0 | 0.33 | 217.14 | 0.2 | 0.59 |
| Hex | 82 | 92 | AC | 18 | F | 0 | 21 | D9 | 14 | 3B |
| Octal | 202 | 222 | 254 | 30 | 17 | 0 | 41 | 331 | 24 | 73 |
| Binary | 10000010 | 10010010 | 10101100 | 11000 | 1111 | 0 | 100001 | 11011001 | 10100 | 111011 |
Color Harmonies of #8292AC
Complementary color
Monochromatic Colors of #8292AC
Black with #8292AC
Text Example
Text Example
White with #8292AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8292AC; }
p { color: rgb(130,146,172); }
H1.HeaderClassName
{
color: #8292AC;
}
.AnyTagClassName
{
color: #8292AC;
}
</style>
background-color css
<style>
a { background-color: #8292AC; }
a { background-color: rgb(130,146,172); }
div.DivClassName
{
background-color: #8292AC;
}
.BgClassName
{
background-color: #8292AC;
}
</style>
border-color css
<style>
span { border-color: #8292AC; }
span { border-color: rgb(130,146,172); }
td.TdClassName
{
border-color: #8292AC;
}
.TagClassName
{
border-color: #8292AC;
}
</style>