Shades of Submarine #849F9B
Tints of Submarine #849F9B
RGB
CMYK
RGB Variations
Color information
#849F9B (or 0x849F9B) is known color: Submarine. HEX triplet: 84, 9F and 9B. RGB value is (132,159,155). Sum of RGB (Red+Green+Blue) = 132+159+155=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #849F9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849F9B is #7B6064. Grayscale: #969696. Windows color (decimal): -8085605 or 10198916. OLE color: 10198916.
HSL color Cylindrical-coordinate representation of color #849F9B: hue angle of 171.11º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #849F9B is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 155 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.38 |
| HSL | 171.11º | 0.12% | 0.57% | - |
| HSV(B) | 171.11º | 0.17% | 0.62% | - |
| XYZ | 27.83 | 32.07 | 35.73 | - |
| YUV | 150.47 | 130.55 | 114.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 155 | 0.17 | 0 | 0.03 | 0.38 | 171.11 | 0.12 | 0.57 |
| Hex | 84 | 9F | 9B | 11 | 0 | 3 | 26 | AB | C | 39 |
| Octal | 204 | 237 | 233 | 21 | 0 | 3 | 46 | 253 | 14 | 71 |
| Binary | 10000100 | 10011111 | 10011011 | 10001 | 0 | 11 | 100110 | 10101011 | 1100 | 111001 |
Color Harmonies of #849F9B
Complementary color
Monochromatic Colors of #849F9B
Black with #849F9B
Text Example
Text Example
White with #849F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F9B; }
p { color: rgb(132,159,155); }
H1.HeaderClassName
{
color: #849F9B;
}
.AnyTagClassName
{
color: #849F9B;
}
</style>
background-color css
<style>
a { background-color: #849F9B; }
a { background-color: rgb(132,159,155); }
div.DivClassName
{
background-color: #849F9B;
}
.BgClassName
{
background-color: #849F9B;
}
</style>
border-color css
<style>
span { border-color: #849F9B; }
span { border-color: rgb(132,159,155); }
td.TdClassName
{
border-color: #849F9B;
}
.TagClassName
{
border-color: #849F9B;
}
</style>