Shades of Submarine #8D9899
Tints of Submarine #8D9899
RGB
CMYK
RGB Variations
Color information
#8D9899 (or 0x8D9899) is known color: Submarine. HEX triplet: 8D, 98 and 99. RGB value is (141,152,153). Sum of RGB (Red+Green+Blue) = 141+152+153=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #8D9899 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9899 is #726766. Grayscale: #949494. Windows color (decimal): -7497575 or 10066061. OLE color: 10066061.
HSL color Cylindrical-coordinate representation of color #8D9899: hue angle of 185º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D9899 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 152 | 153 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.4 |
| HSL | 185º | 0.06% | 0.58% | - |
| HSV(B) | 185º | 0.08% | 0.6% | - |
| XYZ | 27.96 | 30.42 | 34.53 | - |
| YUV | 148.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 152 | 153 | 0.08 | 0.01 | 0 | 0.4 | 185 | 0.06 | 0.58 |
| Hex | 8D | 98 | 99 | 8 | 1 | 0 | 28 | B9 | 6 | 3A |
| Octal | 215 | 230 | 231 | 10 | 1 | 0 | 50 | 271 | 6 | 72 |
| Binary | 10001101 | 10011000 | 10011001 | 1000 | 1 | 0 | 101000 | 10111001 | 110 | 111010 |
Color Harmonies of #8D9899
Complementary color
Monochromatic Colors of #8D9899
Black with #8D9899
Text Example
Text Example
White with #8D9899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9899; }
p { color: rgb(141,152,153); }
H1.HeaderClassName
{
color: #8D9899;
}
.AnyTagClassName
{
color: #8D9899;
}
</style>
background-color css
<style>
a { background-color: #8D9899; }
a { background-color: rgb(141,152,153); }
div.DivClassName
{
background-color: #8D9899;
}
.BgClassName
{
background-color: #8D9899;
}
</style>
border-color css
<style>
span { border-color: #8D9899; }
span { border-color: rgb(141,152,153); }
td.TdClassName
{
border-color: #8D9899;
}
.TagClassName
{
border-color: #8D9899;
}
</style>