Shades of Submarine #899D9C
Tints of Submarine #899D9C
RGB
CMYK
RGB Variations
Color information
#899D9C (or 0x899D9C) is known color: Submarine. HEX triplet: 89, 9D and 9C. RGB value is (137,157,156). Sum of RGB (Red+Green+Blue) = 137+157+156=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #899D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899D9C is #766263. Grayscale: #969696. Windows color (decimal): -7758436 or 10263945. OLE color: 10263945.
HSL color Cylindrical-coordinate representation of color #899D9C: hue angle of 177º degrees, saturation: 0.09, 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 #899D9C is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 157 | 156 | - |
| CMYK | 0.13 | 0 | 0.01 | 0.38 |
| HSL | 177º | 0.09% | 0.58% | - |
| HSV(B) | 177º | 0.13% | 0.62% | - |
| XYZ | 28.37 | 31.83 | 36.1 | - |
| YUV | 150.91 | 130.87 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 157 | 156 | 0.13 | 0 | 0.01 | 0.38 | 177 | 0.09 | 0.58 |
| Hex | 89 | 9D | 9C | D | 0 | 1 | 26 | B1 | 9 | 3A |
| Octal | 211 | 235 | 234 | 15 | 0 | 1 | 46 | 261 | 11 | 72 |
| Binary | 10001001 | 10011101 | 10011100 | 1101 | 0 | 1 | 100110 | 10110001 | 1001 | 111010 |
Color Harmonies of #899D9C
Complementary color
Monochromatic Colors of #899D9C
Black with #899D9C
Text Example
Text Example
White with #899D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899D9C; }
p { color: rgb(137,157,156); }
H1.HeaderClassName
{
color: #899D9C;
}
.AnyTagClassName
{
color: #899D9C;
}
</style>
background-color css
<style>
a { background-color: #899D9C; }
a { background-color: rgb(137,157,156); }
div.DivClassName
{
background-color: #899D9C;
}
.BgClassName
{
background-color: #899D9C;
}
</style>
border-color css
<style>
span { border-color: #899D9C; }
span { border-color: rgb(137,157,156); }
td.TdClassName
{
border-color: #899D9C;
}
.TagClassName
{
border-color: #899D9C;
}
</style>