Shades of Ship Cove #828BAE
Tints of Ship Cove #828BAE
RGB
CMYK
RGB Variations
Color information
#828BAE (or 0x828BAE) is known color: Ship Cove. HEX triplet: 82, 8B and AE. RGB value is (130,139,174). Sum of RGB (Red+Green+Blue) = 130+139+174=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 174 - color contains mainly: blue. Hex color #828BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828BAE is #7D7451. Grayscale: #8C8C8C. Windows color (decimal): -8221778 or 11438978. OLE color: 11438978.
HSL color Cylindrical-coordinate representation of color #828BAE: hue angle of 227.73º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828BAE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 139 | 174 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.32 |
| HSL | 227.73º | 0.21% | 0.6% | - |
| HSV(B) | 227.73º | 0.25% | 0.68% | - |
| XYZ | 26.08 | 26.27 | 43.74 | - |
| YUV | 140.3 | 147.02 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 174 | 0.25 | 0.20 | 0 | 0.32 | 227.73 | 0.21 | 0.6 |
| Hex | 82 | 8B | AE | 19 | 14 | 0 | 20 | E4 | 15 | 3C |
| Octal | 202 | 213 | 256 | 31 | 24 | 0 | 40 | 344 | 25 | 74 |
| Binary | 10000010 | 10001011 | 10101110 | 11001 | 10100 | 0 | 100000 | 11100100 | 10101 | 111100 |
Color Harmonies of #828BAE
Complementary color
Monochromatic Colors of #828BAE
Black with #828BAE
Text Example
Text Example
White with #828BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828BAE; }
p { color: rgb(130,139,174); }
H1.HeaderClassName
{
color: #828BAE;
}
.AnyTagClassName
{
color: #828BAE;
}
</style>
background-color css
<style>
a { background-color: #828BAE; }
a { background-color: rgb(130,139,174); }
div.DivClassName
{
background-color: #828BAE;
}
.BgClassName
{
background-color: #828BAE;
}
</style>
border-color css
<style>
span { border-color: #828BAE; }
span { border-color: rgb(130,139,174); }
td.TdClassName
{
border-color: #828BAE;
}
.TagClassName
{
border-color: #828BAE;
}
</style>