Shades of Submarine #839B98
Tints of Submarine #839B98
RGB
CMYK
RGB Variations
Color information
#839B98 (or 0x839B98) is known color: Submarine. HEX triplet: 83, 9B and 98. RGB value is (131,155,152). Sum of RGB (Red+Green+Blue) = 131+155+152=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 155 - color contains mainly: green. Hex color #839B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839B98 is #7C6467. Grayscale: #939393. Windows color (decimal): -8152168 or 10001283. OLE color: 10001283.
HSL color Cylindrical-coordinate representation of color #839B98: hue angle of 172.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #839B98 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 155 | 152 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.39 |
| HSL | 172.5º | 0.11% | 0.56% | - |
| HSV(B) | 172.5º | 0.15% | 0.61% | - |
| XYZ | 26.75 | 30.53 | 34.19 | - |
| YUV | 147.48 | 130.55 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 155 | 152 | 0.15 | 0 | 0.02 | 0.39 | 172.5 | 0.11 | 0.56 |
| Hex | 83 | 9B | 98 | F | 0 | 2 | 27 | AC | B | 38 |
| Octal | 203 | 233 | 230 | 17 | 0 | 2 | 47 | 254 | 13 | 70 |
| Binary | 10000011 | 10011011 | 10011000 | 1111 | 0 | 10 | 100111 | 10101100 | 1011 | 111000 |
Color Harmonies of #839B98
Complementary color
Monochromatic Colors of #839B98
Black with #839B98
Text Example
Text Example
White with #839B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839B98; }
p { color: rgb(131,155,152); }
H1.HeaderClassName
{
color: #839B98;
}
.AnyTagClassName
{
color: #839B98;
}
</style>
background-color css
<style>
a { background-color: #839B98; }
a { background-color: rgb(131,155,152); }
div.DivClassName
{
background-color: #839B98;
}
.BgClassName
{
background-color: #839B98;
}
</style>
border-color css
<style>
span { border-color: #839B98; }
span { border-color: rgb(131,155,152); }
td.TdClassName
{
border-color: #839B98;
}
.TagClassName
{
border-color: #839B98;
}
</style>