Shades of Ship Cove #828AA3
Tints of Ship Cove #828AA3
RGB
CMYK
RGB Variations
Color information
#828AA3 (or 0x828AA3) is known color: Ship Cove. HEX triplet: 82, 8A and A3. RGB value is (130,138,163). Sum of RGB (Red+Green+Blue) = 130+138+163=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 163 - color contains mainly: blue. Hex color #828AA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828AA3 is #7D755C. Grayscale: #8A8A8A. Windows color (decimal): -8222045 or 10717826. OLE color: 10717826.
HSL color Cylindrical-coordinate representation of color #828AA3: hue angle of 225.45º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #828AA3 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 138 | 163 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.36 |
| HSL | 225.45º | 0.15% | 0.57% | - |
| HSV(B) | 225.45º | 0.2% | 0.64% | - |
| XYZ | 24.91 | 25.57 | 38.27 | - |
| YUV | 138.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 163 | 0.20 | 0.15 | 0 | 0.36 | 225.45 | 0.15 | 0.57 |
| Hex | 82 | 8A | A3 | 14 | F | 0 | 24 | E1 | F | 39 |
| Octal | 202 | 212 | 243 | 24 | 17 | 0 | 44 | 341 | 17 | 71 |
| Binary | 10000010 | 10001010 | 10100011 | 10100 | 1111 | 0 | 100100 | 11100001 | 1111 | 111001 |
Color Harmonies of #828AA3
Complementary color
Monochromatic Colors of #828AA3
Black with #828AA3
Text Example
Text Example
White with #828AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828AA3; }
p { color: rgb(130,138,163); }
H1.HeaderClassName
{
color: #828AA3;
}
.AnyTagClassName
{
color: #828AA3;
}
</style>
background-color css
<style>
a { background-color: #828AA3; }
a { background-color: rgb(130,138,163); }
div.DivClassName
{
background-color: #828AA3;
}
.BgClassName
{
background-color: #828AA3;
}
</style>
border-color css
<style>
span { border-color: #828AA3; }
span { border-color: rgb(130,138,163); }
td.TdClassName
{
border-color: #828AA3;
}
.TagClassName
{
border-color: #828AA3;
}
</style>