Shades of Ship Cove #828BAC
Tints of Ship Cove #828BAC
RGB
CMYK
RGB Variations
Color information
#828BAC (or 0x828BAC) is known color: Ship Cove. HEX triplet: 82, 8B and AC. RGB value is (130,139,172). Sum of RGB (Red+Green+Blue) = 130+139+172=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #828BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAC is #7D7453. Grayscale: #8B8B8B. Windows color (decimal): -8221780 or 11307906. OLE color: 11307906.
HSL color Cylindrical-coordinate representation of color #828BAC: hue angle of 227.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 #828BAC is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 139 | 172 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.33 |
| HSL | 227.14º | 0.2% | 0.59% | - |
| HSV(B) | 227.14º | 0.24% | 0.67% | - |
| XYZ | 25.88 | 26.19 | 42.72 | - |
| YUV | 140.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 172 | 0.24 | 0.19 | 0 | 0.33 | 227.14 | 0.2 | 0.59 |
| Hex | 82 | 8B | AC | 18 | 13 | 0 | 21 | E3 | 14 | 3B |
| Octal | 202 | 213 | 254 | 30 | 23 | 0 | 41 | 343 | 24 | 73 |
| Binary | 10000010 | 10001011 | 10101100 | 11000 | 10011 | 0 | 100001 | 11100011 | 10100 | 111011 |
Color Harmonies of #828BAC
Complementary color
Monochromatic Colors of #828BAC
Black with #828BAC
Text Example
Text Example
White with #828BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BAC; }
p { color: rgb(130,139,172); }
H1.HeaderClassName
{
color: #828BAC;
}
.AnyTagClassName
{
color: #828BAC;
}
</style>
background-color css
<style>
a { background-color: #828BAC; }
a { background-color: rgb(130,139,172); }
div.DivClassName
{
background-color: #828BAC;
}
.BgClassName
{
background-color: #828BAC;
}
</style>
border-color css
<style>
span { border-color: #828BAC; }
span { border-color: rgb(130,139,172); }
td.TdClassName
{
border-color: #828BAC;
}
.TagClassName
{
border-color: #828BAC;
}
</style>