Shades of Submarine #839C9C
Tints of Submarine #839C9C
RGB
CMYK
RGB Variations
Color information
#839C9C (or 0x839C9C) is known color: Submarine. HEX triplet: 83, 9C and 9C. RGB value is (131,156,156). Sum of RGB (Red+Green+Blue) = 131+156+156=443 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.57% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #839C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C9C is #7C6363. Grayscale: #949494. Windows color (decimal): -8151908 or 10263683. OLE color: 10263683.
HSL color Cylindrical-coordinate representation of color #839C9C: hue angle of 180º 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 #839C9C is Cyan = 0.16, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 156 | - |
| CMYK | 0.16 | 0 | 0 | 0.39 |
| HSL | 180º | 0.11% | 0.56% | - |
| HSV(B) | 180º | 0.16% | 0.61% | - |
| XYZ | 27.25 | 31 | 36 | - |
| YUV | 148.53 | 132.22 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 156 | 0.16 | 0 | 0 | 0.39 | 180 | 0.11 | 0.56 |
| Hex | 83 | 9C | 9C | 10 | 0 | 0 | 27 | B4 | B | 38 |
| Octal | 203 | 234 | 234 | 20 | 0 | 0 | 47 | 264 | 13 | 70 |
| Binary | 10000011 | 10011100 | 10011100 | 10000 | 0 | 0 | 100111 | 10110100 | 1011 | 111000 |
Color Harmonies of #839C9C
Complementary color
Monochromatic Colors of #839C9C
Black with #839C9C
Text Example
Text Example
White with #839C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C9C; }
p { color: rgb(131,156,156); }
H1.HeaderClassName
{
color: #839C9C;
}
.AnyTagClassName
{
color: #839C9C;
}
</style>
background-color css
<style>
a { background-color: #839C9C; }
a { background-color: rgb(131,156,156); }
div.DivClassName
{
background-color: #839C9C;
}
.BgClassName
{
background-color: #839C9C;
}
</style>
border-color css
<style>
span { border-color: #839C9C; }
span { border-color: rgb(131,156,156); }
td.TdClassName
{
border-color: #839C9C;
}
.TagClassName
{
border-color: #839C9C;
}
</style>