Shades of Ship Cove #828AAA
Tints of Ship Cove #828AAA
RGB
CMYK
RGB Variations
Color information
#828AAA (or 0x828AAA) is known color: Ship Cove. HEX triplet: 82, 8A and AA. RGB value is (130,138,170). Sum of RGB (Red+Green+Blue) = 130+138+170=438 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.68% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 170 (66.80% from 255 or 38.81% from 438); Max value from RGB is 170 - color contains mainly: blue. Hex color #828AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AAA is #7D7555. Grayscale: #8B8B8B. Windows color (decimal): -8222038 or 11176578. OLE color: 11176578.
HSL color Cylindrical-coordinate representation of color #828AAA: hue angle of 228º 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 #828AAA is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 138 | 170 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.33 |
| HSL | 228º | 0.19% | 0.59% | - |
| HSV(B) | 228º | 0.24% | 0.67% | - |
| XYZ | 25.55 | 25.83 | 41.67 | - |
| YUV | 139.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 170 | 0.24 | 0.19 | 0 | 0.33 | 228 | 0.19 | 0.59 |
| Hex | 82 | 8A | AA | 18 | 13 | 0 | 21 | E4 | 13 | 3B |
| Octal | 202 | 212 | 252 | 30 | 23 | 0 | 41 | 344 | 23 | 73 |
| Binary | 10000010 | 10001010 | 10101010 | 11000 | 10011 | 0 | 100001 | 11100100 | 10011 | 111011 |
Color Harmonies of #828AAA
Complementary color
Monochromatic Colors of #828AAA
Black with #828AAA
Text Example
Text Example
White with #828AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AAA; }
p { color: rgb(130,138,170); }
H1.HeaderClassName
{
color: #828AAA;
}
.AnyTagClassName
{
color: #828AAA;
}
</style>
background-color css
<style>
a { background-color: #828AAA; }
a { background-color: rgb(130,138,170); }
div.DivClassName
{
background-color: #828AAA;
}
.BgClassName
{
background-color: #828AAA;
}
</style>
border-color css
<style>
span { border-color: #828AAA; }
span { border-color: rgb(130,138,170); }
td.TdClassName
{
border-color: #828AAA;
}
.TagClassName
{
border-color: #828AAA;
}
</style>