Shades of Ship Cove #828AAC
Tints of Ship Cove #828AAC
RGB
CMYK
RGB Variations
Color information
#828AAC (or 0x828AAC) is known color: Ship Cove. HEX triplet: 82, 8A and AC. RGB value is (130,138,172). Sum of RGB (Red+Green+Blue) = 130+138+172=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #828AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AAC is #7D7553. Grayscale: #8B8B8B. Windows color (decimal): -8222036 or 11307650. OLE color: 11307650.
HSL color Cylindrical-coordinate representation of color #828AAC: hue angle of 228.57º 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 #828AAC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 138 | 172 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.33 |
| HSL | 228.57º | 0.2% | 0.59% | - |
| HSV(B) | 228.57º | 0.24% | 0.67% | - |
| XYZ | 25.74 | 25.9 | 42.67 | - |
| YUV | 139.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 172 | 0.24 | 0.20 | 0 | 0.33 | 228.57 | 0.2 | 0.59 |
| Hex | 82 | 8A | AC | 18 | 14 | 0 | 21 | E5 | 14 | 3B |
| Octal | 202 | 212 | 254 | 30 | 24 | 0 | 41 | 345 | 24 | 73 |
| Binary | 10000010 | 10001010 | 10101100 | 11000 | 10100 | 0 | 100001 | 11100101 | 10100 | 111011 |
Color Harmonies of #828AAC
Complementary color
Monochromatic Colors of #828AAC
Black with #828AAC
Text Example
Text Example
White with #828AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AAC; }
p { color: rgb(130,138,172); }
H1.HeaderClassName
{
color: #828AAC;
}
.AnyTagClassName
{
color: #828AAC;
}
</style>
background-color css
<style>
a { background-color: #828AAC; }
a { background-color: rgb(130,138,172); }
div.DivClassName
{
background-color: #828AAC;
}
.BgClassName
{
background-color: #828AAC;
}
</style>
border-color css
<style>
span { border-color: #828AAC; }
span { border-color: rgb(130,138,172); }
td.TdClassName
{
border-color: #828AAC;
}
.TagClassName
{
border-color: #828AAC;
}
</style>