Shades of Submarine #899A9E
Tints of Submarine #899A9E
RGB
CMYK
RGB Variations
Color information
#899A9E (or 0x899A9E) is known color: Submarine. HEX triplet: 89, 9A and 9E. RGB value is (137,154,158). Sum of RGB (Red+Green+Blue) = 137+154+158=449 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.51% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 158 - color contains mainly: blue. Hex color #899A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899A9E is #766561. Grayscale: #959595. Windows color (decimal): -7759202 or 10394249. OLE color: 10394249.
HSL color Cylindrical-coordinate representation of color #899A9E: hue angle of 191.43º 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 #899A9E is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 154 | 158 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.38 |
| HSL | 191.43º | 0.1% | 0.58% | - |
| HSV(B) | 191.43º | 0.13% | 0.62% | - |
| XYZ | 28.04 | 30.9 | 36.83 | - |
| YUV | 149.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 154 | 158 | 0.13 | 0.03 | 0 | 0.38 | 191.43 | 0.1 | 0.58 |
| Hex | 89 | 9A | 9E | D | 3 | 0 | 26 | BF | A | 3A |
| Octal | 211 | 232 | 236 | 15 | 3 | 0 | 46 | 277 | 12 | 72 |
| Binary | 10001001 | 10011010 | 10011110 | 1101 | 11 | 0 | 100110 | 10111111 | 1010 | 111010 |
Color Harmonies of #899A9E
Complementary color
Monochromatic Colors of #899A9E
Black with #899A9E
Text Example
Text Example
White with #899A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899A9E; }
p { color: rgb(137,154,158); }
H1.HeaderClassName
{
color: #899A9E;
}
.AnyTagClassName
{
color: #899A9E;
}
</style>
background-color css
<style>
a { background-color: #899A9E; }
a { background-color: rgb(137,154,158); }
div.DivClassName
{
background-color: #899A9E;
}
.BgClassName
{
background-color: #899A9E;
}
</style>
border-color css
<style>
span { border-color: #899A9E; }
span { border-color: rgb(137,154,158); }
td.TdClassName
{
border-color: #899A9E;
}
.TagClassName
{
border-color: #899A9E;
}
</style>