Shades of Ship Cove #828EAB
Tints of Ship Cove #828EAB
RGB
CMYK
RGB Variations
Color information
#828EAB (or 0x828EAB) is known color: Ship Cove. HEX triplet: 82, 8E and AB. RGB value is (130,142,171). Sum of RGB (Red+Green+Blue) = 130+142+171=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #828EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828EAB is #7D7154. Grayscale: #8D8D8D. Windows color (decimal): -8221013 or 11243138. OLE color: 11243138.
HSL color Cylindrical-coordinate representation of color #828EAB: hue angle of 222.44º 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 #828EAB is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 142 | 171 | - |
| CMYK | 0.24 | 0.17 | 0 | 0.33 |
| HSL | 222.44º | 0.2% | 0.59% | - |
| HSV(B) | 222.44º | 0.24% | 0.67% | - |
| XYZ | 26.23 | 27.03 | 42.36 | - |
| YUV | 141.72 | 144.52 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 171 | 0.24 | 0.17 | 0 | 0.33 | 222.44 | 0.2 | 0.59 |
| Hex | 82 | 8E | AB | 18 | 11 | 0 | 21 | DE | 14 | 3B |
| Octal | 202 | 216 | 253 | 30 | 21 | 0 | 41 | 336 | 24 | 73 |
| Binary | 10000010 | 10001110 | 10101011 | 11000 | 10001 | 0 | 100001 | 11011110 | 10100 | 111011 |
Color Harmonies of #828EAB
Complementary color
Monochromatic Colors of #828EAB
Black with #828EAB
Text Example
Text Example
White with #828EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828EAB; }
p { color: rgb(130,142,171); }
H1.HeaderClassName
{
color: #828EAB;
}
.AnyTagClassName
{
color: #828EAB;
}
</style>
background-color css
<style>
a { background-color: #828EAB; }
a { background-color: rgb(130,142,171); }
div.DivClassName
{
background-color: #828EAB;
}
.BgClassName
{
background-color: #828EAB;
}
</style>
border-color css
<style>
span { border-color: #828EAB; }
span { border-color: rgb(130,142,171); }
td.TdClassName
{
border-color: #828EAB;
}
.TagClassName
{
border-color: #828EAB;
}
</style>