Shades of Submarine #87999D
Tints of Submarine #87999D
RGB
CMYK
RGB Variations
Color information
#87999D (or 0x87999D) is known color: Submarine. HEX triplet: 87, 99 and 9D. RGB value is (135,153,157). Sum of RGB (Red+Green+Blue) = 135+153+157=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #87999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87999D is #786662. Grayscale: #949494. Windows color (decimal): -7890531 or 10328455. OLE color: 10328455.
HSL color Cylindrical-coordinate representation of color #87999D: hue angle of 190.91º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #87999D is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 153 | 157 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.38 |
| HSL | 190.91º | 0.1% | 0.57% | - |
| HSV(B) | 190.91º | 0.14% | 0.62% | - |
| XYZ | 27.47 | 30.37 | 36.31 | - |
| YUV | 148.07 | 133.04 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 157 | 0.14 | 0.03 | 0 | 0.38 | 190.91 | 0.1 | 0.57 |
| Hex | 87 | 99 | 9D | E | 3 | 0 | 26 | BF | A | 39 |
| Octal | 207 | 231 | 235 | 16 | 3 | 0 | 46 | 277 | 12 | 71 |
| Binary | 10000111 | 10011001 | 10011101 | 1110 | 11 | 0 | 100110 | 10111111 | 1010 | 111001 |
Color Harmonies of #87999D
Complementary color
Monochromatic Colors of #87999D
Black with #87999D
Text Example
Text Example
White with #87999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87999D; }
p { color: rgb(135,153,157); }
H1.HeaderClassName
{
color: #87999D;
}
.AnyTagClassName
{
color: #87999D;
}
</style>
background-color css
<style>
a { background-color: #87999D; }
a { background-color: rgb(135,153,157); }
div.DivClassName
{
background-color: #87999D;
}
.BgClassName
{
background-color: #87999D;
}
</style>
border-color css
<style>
span { border-color: #87999D; }
span { border-color: rgb(135,153,157); }
td.TdClassName
{
border-color: #87999D;
}
.TagClassName
{
border-color: #87999D;
}
</style>