Shades of Ship Cove #828CAE
Tints of Ship Cove #828CAE
RGB
CMYK
RGB Variations
Color information
#828CAE (or 0x828CAE) is known color: Ship Cove. HEX triplet: 82, 8C and AE. RGB value is (130,140,174). Sum of RGB (Red+Green+Blue) = 130+140+174=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 174 - color contains mainly: blue. Hex color #828CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828CAE is #7D7351. Grayscale: #8C8C8C. Windows color (decimal): -8221522 or 11439234. OLE color: 11439234.
HSL color Cylindrical-coordinate representation of color #828CAE: hue angle of 226.36º 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 #828CAE is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 140 | 174 | - |
| CMYK | 0.25 | 0.20 | 0 | 0.32 |
| HSL | 226.36º | 0.21% | 0.6% | - |
| HSV(B) | 226.36º | 0.25% | 0.68% | - |
| XYZ | 26.22 | 26.56 | 43.79 | - |
| YUV | 140.89 | 146.69 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 140 | 174 | 0.25 | 0.20 | 0 | 0.32 | 226.36 | 0.21 | 0.6 |
| Hex | 82 | 8C | AE | 19 | 14 | 0 | 20 | E2 | 15 | 3C |
| Octal | 202 | 214 | 256 | 31 | 24 | 0 | 40 | 342 | 25 | 74 |
| Binary | 10000010 | 10001100 | 10101110 | 11001 | 10100 | 0 | 100000 | 11100010 | 10101 | 111100 |
Color Harmonies of #828CAE
Complementary color
Monochromatic Colors of #828CAE
Black with #828CAE
Text Example
Text Example
White with #828CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828CAE; }
p { color: rgb(130,140,174); }
H1.HeaderClassName
{
color: #828CAE;
}
.AnyTagClassName
{
color: #828CAE;
}
</style>
background-color css
<style>
a { background-color: #828CAE; }
a { background-color: rgb(130,140,174); }
div.DivClassName
{
background-color: #828CAE;
}
.BgClassName
{
background-color: #828CAE;
}
</style>
border-color css
<style>
span { border-color: #828CAE; }
span { border-color: rgb(130,140,174); }
td.TdClassName
{
border-color: #828CAE;
}
.TagClassName
{
border-color: #828CAE;
}
</style>