Shades of Submarine #839B9F
Tints of Submarine #839B9F
RGB
CMYK
RGB Variations
Color information
#839B9F (or 0x839B9F) is known color: Submarine. HEX triplet: 83, 9B and 9F. RGB value is (131,155,159). Sum of RGB (Red+Green+Blue) = 131+155+159=445 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.44% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 159 - color contains mainly: blue. Hex color #839B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839B9F is #7C6460. Grayscale: #949494. Windows color (decimal): -8152161 or 10460035. OLE color: 10460035.
HSL color Cylindrical-coordinate representation of color #839B9F: hue angle of 188.57º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #839B9F is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 155 | 159 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.38 |
| HSL | 188.57º | 0.13% | 0.57% | - |
| HSV(B) | 188.57º | 0.18% | 0.62% | - |
| XYZ | 27.34 | 30.77 | 37.3 | - |
| YUV | 148.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 159 | 0.18 | 0.03 | 0 | 0.38 | 188.57 | 0.13 | 0.57 |
| Hex | 83 | 9B | 9F | 12 | 3 | 0 | 26 | BD | D | 39 |
| Octal | 203 | 233 | 237 | 22 | 3 | 0 | 46 | 275 | 15 | 71 |
| Binary | 10000011 | 10011011 | 10011111 | 10010 | 11 | 0 | 100110 | 10111101 | 1101 | 111001 |
Color Harmonies of #839B9F
Complementary color
Monochromatic Colors of #839B9F
Black with #839B9F
Text Example
Text Example
White with #839B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B9F; }
p { color: rgb(131,155,159); }
H1.HeaderClassName
{
color: #839B9F;
}
.AnyTagClassName
{
color: #839B9F;
}
</style>
background-color css
<style>
a { background-color: #839B9F; }
a { background-color: rgb(131,155,159); }
div.DivClassName
{
background-color: #839B9F;
}
.BgClassName
{
background-color: #839B9F;
}
</style>
border-color css
<style>
span { border-color: #839B9F; }
span { border-color: rgb(131,155,159); }
td.TdClassName
{
border-color: #839B9F;
}
.TagClassName
{
border-color: #839B9F;
}
</style>