Shades of Ship Cove #828DAD
Tints of Ship Cove #828DAD
RGB
CMYK
RGB Variations
Color information
#828DAD (or 0x828DAD) is known color: Ship Cove. HEX triplet: 82, 8D and AD. RGB value is (130,141,173). Sum of RGB (Red+Green+Blue) = 130+141+173=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #828DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828DAD is #7D7252. Grayscale: #8D8D8D. Windows color (decimal): -8221267 or 11373954. OLE color: 11373954.
HSL color Cylindrical-coordinate representation of color #828DAD: hue angle of 224.65º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828DAD is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 141 | 173 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.32 |
| HSL | 224.65º | 0.21% | 0.59% | - |
| HSV(B) | 224.65º | 0.25% | 0.68% | - |
| XYZ | 26.27 | 26.81 | 43.33 | - |
| YUV | 141.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 141 | 173 | 0.25 | 0.18 | 0 | 0.32 | 224.65 | 0.21 | 0.59 |
| Hex | 82 | 8D | AD | 19 | 12 | 0 | 20 | E1 | 15 | 3B |
| Octal | 202 | 215 | 255 | 31 | 22 | 0 | 40 | 341 | 25 | 73 |
| Binary | 10000010 | 10001101 | 10101101 | 11001 | 10010 | 0 | 100000 | 11100001 | 10101 | 111011 |
Color Harmonies of #828DAD
Complementary color
Monochromatic Colors of #828DAD
Black with #828DAD
Text Example
Text Example
White with #828DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828DAD; }
p { color: rgb(130,141,173); }
H1.HeaderClassName
{
color: #828DAD;
}
.AnyTagClassName
{
color: #828DAD;
}
</style>
background-color css
<style>
a { background-color: #828DAD; }
a { background-color: rgb(130,141,173); }
div.DivClassName
{
background-color: #828DAD;
}
.BgClassName
{
background-color: #828DAD;
}
</style>
border-color css
<style>
span { border-color: #828DAD; }
span { border-color: rgb(130,141,173); }
td.TdClassName
{
border-color: #828DAD;
}
.TagClassName
{
border-color: #828DAD;
}
</style>