Shades of Submarine #849B9F
Tints of Submarine #849B9F
RGB
CMYK
RGB Variations
Color information
#849B9F (or 0x849B9F) is known color: Submarine. HEX triplet: 84, 9B and 9F. RGB value is (132,155,159). Sum of RGB (Red+Green+Blue) = 132+155+159=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 159 - color contains mainly: blue. Hex color #849B9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849B9F is #7B6460. Grayscale: #949494. Windows color (decimal): -8086625 or 10460036. OLE color: 10460036.
HSL color Cylindrical-coordinate representation of color #849B9F: hue angle of 188.89º 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 #849B9F is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
RGB | 132 | 155 | 159 | - |
CMYK | 0.17 | 0.03 | 0 | 0.38 |
HSL | 188.89º | 0.12% | 0.57% | - |
HSV(B) | 188.89º | 0.17% | 0.62% | - |
XYZ | 27.5 | 30.85 | 37.31 | - |
YUV | 148.58 | 133.88 | 116.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 155 | 159 | 0.17 | 0.03 | 0 | 0.38 | 188.89 | 0.12 | 0.57 |
Hex | 84 | 9B | 9F | 11 | 3 | 0 | 26 | BD | C | 39 |
Octal | 204 | 233 | 237 | 21 | 3 | 0 | 46 | 275 | 14 | 71 |
Binary | 10000100 | 10011011 | 10011111 | 10001 | 11 | 0 | 100110 | 10111101 | 1100 | 111001 |
Color Harmonies of #849B9F
Complementary color
Monochromatic Colors of #849B9F
Black with #849B9F
Text Example
Text Example
White with #849B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849B9F; }
p { color: rgb(132,155,159); }
H1.HeaderClassName
{
color: #849B9F;
}
.AnyTagClassName
{
color: #849B9F;
}
</style>
background-color css
<style>
a { background-color: #849B9F; }
a { background-color: rgb(132,155,159); }
div.DivClassName
{
background-color: #849B9F;
}
.BgClassName
{
background-color: #849B9F;
}
</style>
border-color css
<style>
span { border-color: #849B9F; }
span { border-color: rgb(132,155,159); }
td.TdClassName
{
border-color: #849B9F;
}
.TagClassName
{
border-color: #849B9F;
}
</style>