Shades of Ship Cove #828CAA
Tints of Ship Cove #828CAA
RGB
CMYK
RGB Variations
Color information
#828CAA (or 0x828CAA) is known color: Ship Cove. HEX triplet: 82, 8C and AA. RGB value is (130,140,170). Sum of RGB (Red+Green+Blue) = 130+140+170=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #828CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CAA is #7D7355. Grayscale: #8C8C8C. Windows color (decimal): -8221526 or 11177090. OLE color: 11177090.
HSL color Cylindrical-coordinate representation of color #828CAA: hue angle of 225º degrees, saturation: 0.19, 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 #828CAA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 140 | 170 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.33 |
| HSL | 225º | 0.19% | 0.59% | - |
| HSV(B) | 225º | 0.24% | 0.67% | - |
| XYZ | 25.84 | 26.4 | 41.76 | - |
| YUV | 140.43 | 144.69 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 170 | 0.24 | 0.18 | 0 | 0.33 | 225 | 0.19 | 0.59 |
| Hex | 82 | 8C | AA | 18 | 12 | 0 | 21 | E1 | 13 | 3B |
| Octal | 202 | 214 | 252 | 30 | 22 | 0 | 41 | 341 | 23 | 73 |
| Binary | 10000010 | 10001100 | 10101010 | 11000 | 10010 | 0 | 100001 | 11100001 | 10011 | 111011 |
Color Harmonies of #828CAA
Complementary color
Monochromatic Colors of #828CAA
Black with #828CAA
Text Example
Text Example
White with #828CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CAA; }
p { color: rgb(130,140,170); }
H1.HeaderClassName
{
color: #828CAA;
}
.AnyTagClassName
{
color: #828CAA;
}
</style>
background-color css
<style>
a { background-color: #828CAA; }
a { background-color: rgb(130,140,170); }
div.DivClassName
{
background-color: #828CAA;
}
.BgClassName
{
background-color: #828CAA;
}
</style>
border-color css
<style>
span { border-color: #828CAA; }
span { border-color: rgb(130,140,170); }
td.TdClassName
{
border-color: #828CAA;
}
.TagClassName
{
border-color: #828CAA;
}
</style>