Shades of Submarine #829B98
Tints of Submarine #829B98
RGB
CMYK
RGB Variations
Color information
#829B98 (or 0x829B98) is known color: Submarine. HEX triplet: 82, 9B and 98. RGB value is (130,155,152). Sum of RGB (Red+Green+Blue) = 130+155+152=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 155 - color contains mainly: green. Hex color #829B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B98 is #7D6467. Grayscale: #939393. Windows color (decimal): -8217704 or 10001282. OLE color: 10001282.
HSL color Cylindrical-coordinate representation of color #829B98: hue angle of 172.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 #829B98 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 155 | 152 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.39 |
| HSL | 172.8º | 0.11% | 0.56% | - |
| HSV(B) | 172.8º | 0.16% | 0.61% | - |
| XYZ | 26.59 | 30.46 | 34.18 | - |
| YUV | 147.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 155 | 152 | 0.16 | 0 | 0.02 | 0.39 | 172.8 | 0.11 | 0.56 |
| Hex | 82 | 9B | 98 | 10 | 0 | 2 | 27 | AD | B | 38 |
| Octal | 202 | 233 | 230 | 20 | 0 | 2 | 47 | 255 | 13 | 70 |
| Binary | 10000010 | 10011011 | 10011000 | 10000 | 0 | 10 | 100111 | 10101101 | 1011 | 111000 |
Color Harmonies of #829B98
Complementary color
Monochromatic Colors of #829B98
Black with #829B98
Text Example
Text Example
White with #829B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829B98; }
p { color: rgb(130,155,152); }
H1.HeaderClassName
{
color: #829B98;
}
.AnyTagClassName
{
color: #829B98;
}
</style>
background-color css
<style>
a { background-color: #829B98; }
a { background-color: rgb(130,155,152); }
div.DivClassName
{
background-color: #829B98;
}
.BgClassName
{
background-color: #829B98;
}
</style>
border-color css
<style>
span { border-color: #829B98; }
span { border-color: rgb(130,155,152); }
td.TdClassName
{
border-color: #829B98;
}
.TagClassName
{
border-color: #829B98;
}
</style>