Shades of Ship Cove #828A9B
Tints of Ship Cove #828A9B
RGB
CMYK
RGB Variations
Color information
#828A9B (or 0x828A9B) is known color: Ship Cove. HEX triplet: 82, 8A and 9B. RGB value is (130,138,155). Sum of RGB (Red+Green+Blue) = 130+138+155=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #828A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A9B is #7D7564. Grayscale: #898989. Windows color (decimal): -8222053 or 10193538. OLE color: 10193538.
HSL color Cylindrical-coordinate representation of color #828A9B: hue angle of 220.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #828A9B is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 138 | 155 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.39 |
| HSL | 220.8º | 0.11% | 0.56% | - |
| HSV(B) | 220.8º | 0.16% | 0.61% | - |
| XYZ | 24.21 | 25.29 | 34.62 | - |
| YUV | 137.55 | 137.85 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 155 | 0.16 | 0.11 | 0 | 0.39 | 220.8 | 0.11 | 0.56 |
| Hex | 82 | 8A | 9B | 10 | B | 0 | 27 | DD | B | 38 |
| Octal | 202 | 212 | 233 | 20 | 13 | 0 | 47 | 335 | 13 | 70 |
| Binary | 10000010 | 10001010 | 10011011 | 10000 | 1011 | 0 | 100111 | 11011101 | 1011 | 111000 |
Color Harmonies of #828A9B
Complementary color
Monochromatic Colors of #828A9B
Black with #828A9B
Text Example
Text Example
White with #828A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A9B; }
p { color: rgb(130,138,155); }
H1.HeaderClassName
{
color: #828A9B;
}
.AnyTagClassName
{
color: #828A9B;
}
</style>
background-color css
<style>
a { background-color: #828A9B; }
a { background-color: rgb(130,138,155); }
div.DivClassName
{
background-color: #828A9B;
}
.BgClassName
{
background-color: #828A9B;
}
</style>
border-color css
<style>
span { border-color: #828A9B; }
span { border-color: rgb(130,138,155); }
td.TdClassName
{
border-color: #828A9B;
}
.TagClassName
{
border-color: #828A9B;
}
</style>