Shades of Submarine #899C9E
Tints of Submarine #899C9E
RGB
CMYK
RGB Variations
Color information
#899C9E (or 0x899C9E) is known color: Submarine. HEX triplet: 89, 9C and 9E. RGB value is (137,156,158). Sum of RGB (Red+Green+Blue) = 137+156+158=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 158 - color contains mainly: blue. Hex color #899C9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C9E is #766361. Grayscale: #969696. Windows color (decimal): -7758690 or 10394761. OLE color: 10394761.
HSL color Cylindrical-coordinate representation of color #899C9E: hue angle of 185.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899C9E is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 156 | 158 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.38 |
| HSL | 185.71º | 0.1% | 0.58% | - |
| HSV(B) | 185.71º | 0.13% | 0.62% | - |
| XYZ | 28.38 | 31.56 | 36.94 | - |
| YUV | 150.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 156 | 158 | 0.13 | 0.01 | 0 | 0.38 | 185.71 | 0.1 | 0.58 |
| Hex | 89 | 9C | 9E | D | 1 | 0 | 26 | BA | A | 3A |
| Octal | 211 | 234 | 236 | 15 | 1 | 0 | 46 | 272 | 12 | 72 |
| Binary | 10001001 | 10011100 | 10011110 | 1101 | 1 | 0 | 100110 | 10111010 | 1010 | 111010 |
Color Harmonies of #899C9E
Complementary color
Monochromatic Colors of #899C9E
Black with #899C9E
Text Example
Text Example
White with #899C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899C9E; }
p { color: rgb(137,156,158); }
H1.HeaderClassName
{
color: #899C9E;
}
.AnyTagClassName
{
color: #899C9E;
}
</style>
background-color css
<style>
a { background-color: #899C9E; }
a { background-color: rgb(137,156,158); }
div.DivClassName
{
background-color: #899C9E;
}
.BgClassName
{
background-color: #899C9E;
}
</style>
border-color css
<style>
span { border-color: #899C9E; }
span { border-color: rgb(137,156,158); }
td.TdClassName
{
border-color: #899C9E;
}
.TagClassName
{
border-color: #899C9E;
}
</style>