Shades of Ship Cove #8289AC
Tints of Ship Cove #8289AC
RGB
CMYK
RGB Variations
Color information
#8289AC (or 0x8289AC) is known color: Ship Cove. HEX triplet: 82, 89 and AC. RGB value is (130,137,172). Sum of RGB (Red+Green+Blue) = 130+137+172=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 172 - color contains mainly: blue. Hex color #8289AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8289AC is #7D7653. Grayscale: #8A8A8A. Windows color (decimal): -8222292 or 11307394. OLE color: 11307394.
HSL color Cylindrical-coordinate representation of color #8289AC: hue angle of 230º 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 #8289AC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 137 | 172 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.33 |
| HSL | 230º | 0.2% | 0.59% | - |
| HSV(B) | 230º | 0.24% | 0.67% | - |
| XYZ | 25.6 | 25.62 | 42.62 | - |
| YUV | 138.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 172 | 0.24 | 0.20 | 0 | 0.33 | 230 | 0.2 | 0.59 |
| Hex | 82 | 89 | AC | 18 | 14 | 0 | 21 | E6 | 14 | 3B |
| Octal | 202 | 211 | 254 | 30 | 24 | 0 | 41 | 346 | 24 | 73 |
| Binary | 10000010 | 10001001 | 10101100 | 11000 | 10100 | 0 | 100001 | 11100110 | 10100 | 111011 |
Color Harmonies of #8289AC
Complementary color
Monochromatic Colors of #8289AC
Black with #8289AC
Text Example
Text Example
White with #8289AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8289AC; }
p { color: rgb(130,137,172); }
H1.HeaderClassName
{
color: #8289AC;
}
.AnyTagClassName
{
color: #8289AC;
}
</style>
background-color css
<style>
a { background-color: #8289AC; }
a { background-color: rgb(130,137,172); }
div.DivClassName
{
background-color: #8289AC;
}
.BgClassName
{
background-color: #8289AC;
}
</style>
border-color css
<style>
span { border-color: #8289AC; }
span { border-color: rgb(130,137,172); }
td.TdClassName
{
border-color: #8289AC;
}
.TagClassName
{
border-color: #8289AC;
}
</style>