Shades of Submarine #839C9B
Tints of Submarine #839C9B
RGB
CMYK
RGB Variations
Color information
#839C9B (or 0x839C9B) is known color: Submarine. HEX triplet: 83, 9C and 9B. RGB value is (131,156,155). Sum of RGB (Red+Green+Blue) = 131+156+155=442 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.64% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 156 - color contains mainly: green. Hex color #839C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C9B is #7C6364. Grayscale: #949494. Windows color (decimal): -8151909 or 10198147. OLE color: 10198147.
HSL color Cylindrical-coordinate representation of color #839C9B: hue angle of 177.6º 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 #839C9B is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 155 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.39 |
| HSL | 177.6º | 0.11% | 0.56% | - |
| HSV(B) | 177.6º | 0.16% | 0.61% | - |
| XYZ | 27.16 | 30.97 | 35.56 | - |
| YUV | 148.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 155 | 0.16 | 0 | 0.01 | 0.39 | 177.6 | 0.11 | 0.56 |
| Hex | 83 | 9C | 9B | 10 | 0 | 1 | 27 | B2 | B | 38 |
| Octal | 203 | 234 | 233 | 20 | 0 | 1 | 47 | 262 | 13 | 70 |
| Binary | 10000011 | 10011100 | 10011011 | 10000 | 0 | 1 | 100111 | 10110010 | 1011 | 111000 |
Color Harmonies of #839C9B
Complementary color
Monochromatic Colors of #839C9B
Black with #839C9B
Text Example
Text Example
White with #839C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C9B; }
p { color: rgb(131,156,155); }
H1.HeaderClassName
{
color: #839C9B;
}
.AnyTagClassName
{
color: #839C9B;
}
</style>
background-color css
<style>
a { background-color: #839C9B; }
a { background-color: rgb(131,156,155); }
div.DivClassName
{
background-color: #839C9B;
}
.BgClassName
{
background-color: #839C9B;
}
</style>
border-color css
<style>
span { border-color: #839C9B; }
span { border-color: rgb(131,156,155); }
td.TdClassName
{
border-color: #839C9B;
}
.TagClassName
{
border-color: #839C9B;
}
</style>