Shades of Submarine #889C9D
Tints of Submarine #889C9D
RGB
CMYK
RGB Variations
Color information
#889C9D (or 0x889C9D) is known color: Submarine. HEX triplet: 88, 9C and 9D. RGB value is (136,156,157). Sum of RGB (Red+Green+Blue) = 136+156+157=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 157 - color contains mainly: blue. Hex color #889C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889C9D is #776362. Grayscale: #969696. Windows color (decimal): -7824227 or 10329224. OLE color: 10329224.
HSL color Cylindrical-coordinate representation of color #889C9D: hue angle of 182.86º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #889C9D is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 136 | 156 | 157 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.38 |
| HSL | 182.86º | 0.1% | 0.57% | - |
| HSV(B) | 182.86º | 0.13% | 0.62% | - |
| XYZ | 28.13 | 31.45 | 36.49 | - |
| YUV | 150.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 156 | 157 | 0.13 | 0.01 | 0 | 0.38 | 182.86 | 0.1 | 0.57 |
| Hex | 88 | 9C | 9D | D | 1 | 0 | 26 | B7 | A | 39 |
| Octal | 210 | 234 | 235 | 15 | 1 | 0 | 46 | 267 | 12 | 71 |
| Binary | 10001000 | 10011100 | 10011101 | 1101 | 1 | 0 | 100110 | 10110111 | 1010 | 111001 |
Color Harmonies of #889C9D
Complementary color
Monochromatic Colors of #889C9D
Black with #889C9D
Text Example
Text Example
White with #889C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #889C9D; }
p { color: rgb(136,156,157); }
H1.HeaderClassName
{
color: #889C9D;
}
.AnyTagClassName
{
color: #889C9D;
}
</style>
background-color css
<style>
a { background-color: #889C9D; }
a { background-color: rgb(136,156,157); }
div.DivClassName
{
background-color: #889C9D;
}
.BgClassName
{
background-color: #889C9D;
}
</style>
border-color css
<style>
span { border-color: #889C9D; }
span { border-color: rgb(136,156,157); }
td.TdClassName
{
border-color: #889C9D;
}
.TagClassName
{
border-color: #889C9D;
}
</style>