Shades of Submarine #889B9E
Tints of Submarine #889B9E
RGB
CMYK
RGB Variations
Color information
#889B9E (or 0x889B9E) is known color: Submarine. HEX triplet: 88, 9B and 9E. RGB value is (136,155,158). Sum of RGB (Red+Green+Blue) = 136+155+158=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 155 (60.94% from 255 or 34.52% 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 #889B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889B9E is #776461. Grayscale: #959595. Windows color (decimal): -7824482 or 10394504. OLE color: 10394504.
HSL color Cylindrical-coordinate representation of color #889B9E: hue angle of 188.18º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #889B9E is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 155 | 158 | - |
| CMYK | 0.14 | 0.02 | 0 | 0.38 |
| HSL | 188.18º | 0.1% | 0.58% | - |
| HSV(B) | 188.18º | 0.14% | 0.62% | - |
| XYZ | 28.05 | 31.15 | 36.88 | - |
| YUV | 149.66 | 132.71 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 155 | 158 | 0.14 | 0.02 | 0 | 0.38 | 188.18 | 0.1 | 0.58 |
| Hex | 88 | 9B | 9E | E | 2 | 0 | 26 | BC | A | 3A |
| Octal | 210 | 233 | 236 | 16 | 2 | 0 | 46 | 274 | 12 | 72 |
| Binary | 10001000 | 10011011 | 10011110 | 1110 | 10 | 0 | 100110 | 10111100 | 1010 | 111010 |
Color Harmonies of #889B9E
Complementary color
Monochromatic Colors of #889B9E
Black with #889B9E
Text Example
Text Example
White with #889B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889B9E; }
p { color: rgb(136,155,158); }
H1.HeaderClassName
{
color: #889B9E;
}
.AnyTagClassName
{
color: #889B9E;
}
</style>
background-color css
<style>
a { background-color: #889B9E; }
a { background-color: rgb(136,155,158); }
div.DivClassName
{
background-color: #889B9E;
}
.BgClassName
{
background-color: #889B9E;
}
</style>
border-color css
<style>
span { border-color: #889B9E; }
span { border-color: rgb(136,155,158); }
td.TdClassName
{
border-color: #889B9E;
}
.TagClassName
{
border-color: #889B9E;
}
</style>