Shades of Submarine #829D9E
Tints of Submarine #829D9E
RGB
CMYK
RGB Variations
Color information
#829D9E (or 0x829D9E) is known color: Submarine. HEX triplet: 82, 9D and 9E. RGB value is (130,157,158). Sum of RGB (Red+Green+Blue) = 130+157+158=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 158 - color contains mainly: blue. Hex color #829D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D9E is #7D6261. Grayscale: #959595. Windows color (decimal): -8217186 or 10395010. OLE color: 10395010.
HSL color Cylindrical-coordinate representation of color #829D9E: hue angle of 182.14º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829D9E is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 158 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.38 |
| HSL | 182.14º | 0.13% | 0.56% | - |
| HSV(B) | 182.14º | 0.18% | 0.62% | - |
| XYZ | 27.43 | 31.33 | 36.95 | - |
| YUV | 149.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 158 | 0.18 | 0.01 | 0 | 0.38 | 182.14 | 0.13 | 0.56 |
| Hex | 82 | 9D | 9E | 12 | 1 | 0 | 26 | B6 | D | 38 |
| Octal | 202 | 235 | 236 | 22 | 1 | 0 | 46 | 266 | 15 | 70 |
| Binary | 10000010 | 10011101 | 10011110 | 10010 | 1 | 0 | 100110 | 10110110 | 1101 | 111000 |
Color Harmonies of #829D9E
Complementary color
Monochromatic Colors of #829D9E
Black with #829D9E
Text Example
Text Example
White with #829D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D9E; }
p { color: rgb(130,157,158); }
H1.HeaderClassName
{
color: #829D9E;
}
.AnyTagClassName
{
color: #829D9E;
}
</style>
background-color css
<style>
a { background-color: #829D9E; }
a { background-color: rgb(130,157,158); }
div.DivClassName
{
background-color: #829D9E;
}
.BgClassName
{
background-color: #829D9E;
}
</style>
border-color css
<style>
span { border-color: #829D9E; }
span { border-color: rgb(130,157,158); }
td.TdClassName
{
border-color: #829D9E;
}
.TagClassName
{
border-color: #829D9E;
}
</style>