Shades of Submarine #87A09D
Tints of Submarine #87A09D
RGB
CMYK
RGB Variations
Color information
#87A09D (or 0x87A09D) is known color: Submarine. HEX triplet: 87, A0 and 9D. RGB value is (135,160,157). Sum of RGB (Red+Green+Blue) = 135+160+157=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 160 - color contains mainly: green. Hex color #87A09D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A09D is #785F62. Grayscale: #989898. Windows color (decimal): -7888739 or 10330247. OLE color: 10330247.
HSL color Cylindrical-coordinate representation of color #87A09D: hue angle of 172.8º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87A09D is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 160 | 157 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.37 |
| HSL | 172.8º | 0.12% | 0.58% | - |
| HSV(B) | 172.8º | 0.16% | 0.63% | - |
| XYZ | 28.65 | 32.73 | 36.71 | - |
| YUV | 152.18 | 130.72 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 160 | 157 | 0.16 | 0 | 0.02 | 0.37 | 172.8 | 0.12 | 0.58 |
| Hex | 87 | A0 | 9D | 10 | 0 | 2 | 25 | AD | C | 3A |
| Octal | 207 | 240 | 235 | 20 | 0 | 2 | 45 | 255 | 14 | 72 |
| Binary | 10000111 | 10100000 | 10011101 | 10000 | 0 | 10 | 100101 | 10101101 | 1100 | 111010 |
Color Harmonies of #87A09D
Complementary color
Monochromatic Colors of #87A09D
Black with #87A09D
Text Example
Text Example
White with #87A09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A09D; }
p { color: rgb(135,160,157); }
H1.HeaderClassName
{
color: #87A09D;
}
.AnyTagClassName
{
color: #87A09D;
}
</style>
background-color css
<style>
a { background-color: #87A09D; }
a { background-color: rgb(135,160,157); }
div.DivClassName
{
background-color: #87A09D;
}
.BgClassName
{
background-color: #87A09D;
}
</style>
border-color css
<style>
span { border-color: #87A09D; }
span { border-color: rgb(135,160,157); }
td.TdClassName
{
border-color: #87A09D;
}
.TagClassName
{
border-color: #87A09D;
}
</style>