Shades of Submarine #839D9B
Tints of Submarine #839D9B
RGB
CMYK
RGB Variations
Color information
#839D9B (or 0x839D9B) is known color: Submarine. HEX triplet: 83, 9D and 9B. RGB value is (131,157,155). Sum of RGB (Red+Green+Blue) = 131+157+155=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #839D9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D9B is #7C6264. Grayscale: #949494. Windows color (decimal): -8151653 or 10198403. OLE color: 10198403.
HSL color Cylindrical-coordinate representation of color #839D9B: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839D9B is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 155 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.38 |
| HSL | 175.38º | 0.12% | 0.56% | - |
| HSV(B) | 175.38º | 0.17% | 0.62% | - |
| XYZ | 27.33 | 31.31 | 35.61 | - |
| YUV | 149 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 155 | 0.17 | 0 | 0.01 | 0.38 | 175.38 | 0.12 | 0.56 |
| Hex | 83 | 9D | 9B | 11 | 0 | 1 | 26 | AF | C | 38 |
| Octal | 203 | 235 | 233 | 21 | 0 | 1 | 46 | 257 | 14 | 70 |
| Binary | 10000011 | 10011101 | 10011011 | 10001 | 0 | 1 | 100110 | 10101111 | 1100 | 111000 |
Color Harmonies of #839D9B
Complementary color
Monochromatic Colors of #839D9B
Black with #839D9B
Text Example
Text Example
White with #839D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D9B; }
p { color: rgb(131,157,155); }
H1.HeaderClassName
{
color: #839D9B;
}
.AnyTagClassName
{
color: #839D9B;
}
</style>
background-color css
<style>
a { background-color: #839D9B; }
a { background-color: rgb(131,157,155); }
div.DivClassName
{
background-color: #839D9B;
}
.BgClassName
{
background-color: #839D9B;
}
</style>
border-color css
<style>
span { border-color: #839D9B; }
span { border-color: rgb(131,157,155); }
td.TdClassName
{
border-color: #839D9B;
}
.TagClassName
{
border-color: #839D9B;
}
</style>