Shades of Submarine #8D9999
Tints of Submarine #8D9999
RGB
CMYK
RGB Variations
Color information
#8D9999 (or 0x8D9999) is known color: Submarine. HEX triplet: 8D, 99 and 99. RGB value is (141,153,153). Sum of RGB (Red+Green+Blue) = 141+153+153=447 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.54% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 153 (60.16% from 255 or 34.23% from 447); Max value from RGB is 153 - color contains mainly: green, blue. Hex color #8D9999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9999 is #726666. Grayscale: #959595. Windows color (decimal): -7497319 or 10066317. OLE color: 10066317.
HSL color Cylindrical-coordinate representation of color #8D9999: hue angle of 180º 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 #8D9999 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 153 | - |
| CMYK | 0.08 | 0 | 0 | 0.4 |
| HSL | 180º | 0.06% | 0.58% | - |
| HSV(B) | 180º | 0.08% | 0.6% | - |
| XYZ | 28.13 | 30.75 | 34.59 | - |
| YUV | 149.41 | 130.02 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 153 | 0.08 | 0 | 0 | 0.4 | 180 | 0.06 | 0.58 |
| Hex | 8D | 99 | 99 | 8 | 0 | 0 | 28 | B4 | 6 | 3A |
| Octal | 215 | 231 | 231 | 10 | 0 | 0 | 50 | 264 | 6 | 72 |
| Binary | 10001101 | 10011001 | 10011001 | 1000 | 0 | 0 | 101000 | 10110100 | 110 | 111010 |
Color Harmonies of #8D9999
Complementary color
Monochromatic Colors of #8D9999
Black with #8D9999
Text Example
Text Example
White with #8D9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9999; }
p { color: rgb(141,153,153); }
H1.HeaderClassName
{
color: #8D9999;
}
.AnyTagClassName
{
color: #8D9999;
}
</style>
background-color css
<style>
a { background-color: #8D9999; }
a { background-color: rgb(141,153,153); }
div.DivClassName
{
background-color: #8D9999;
}
.BgClassName
{
background-color: #8D9999;
}
</style>
border-color css
<style>
span { border-color: #8D9999; }
span { border-color: rgb(141,153,153); }
td.TdClassName
{
border-color: #8D9999;
}
.TagClassName
{
border-color: #8D9999;
}
</style>