Shades of Submarine #87999A
Tints of Submarine #87999A
RGB
CMYK
RGB Variations
Color information
#87999A (or 0x87999A) is known color: Submarine. HEX triplet: 87, 99 and 9A. RGB value is (135,153,154). Sum of RGB (Red+Green+Blue) = 135+153+154=442 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.54% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 154 - color contains mainly: blue. Hex color #87999A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87999A is #786665. Grayscale: #939393. Windows color (decimal): -7890534 or 10131847. OLE color: 10131847.
HSL color Cylindrical-coordinate representation of color #87999A: hue angle of 183.16º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87999A is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 135 | 153 | 154 | - |
| CMYK | 0.12 | 0.01 | 0 | 0.40 |
| HSL | 183.16º | 0.09% | 0.57% | - |
| HSV(B) | 183.16º | 0.12% | 0.6% | - |
| XYZ | 27.22 | 30.27 | 34.98 | - |
| YUV | 147.73 | 131.54 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 154 | 0.12 | 0.01 | 0 | 0.40 | 183.16 | 0.09 | 0.57 |
| Hex | 87 | 99 | 9A | C | 1 | 0 | 28 | B7 | 9 | 39 |
| Octal | 207 | 231 | 232 | 14 | 1 | 0 | 50 | 267 | 11 | 71 |
| Binary | 10000111 | 10011001 | 10011010 | 1100 | 1 | 0 | 101000 | 10110111 | 1001 | 111001 |
Color Harmonies of #87999A
Complementary color
Monochromatic Colors of #87999A
Black with #87999A
Text Example
Text Example
White with #87999A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87999A; }
p { color: rgb(135,153,154); }
H1.HeaderClassName
{
color: #87999A;
}
.AnyTagClassName
{
color: #87999A;
}
</style>
background-color css
<style>
a { background-color: #87999A; }
a { background-color: rgb(135,153,154); }
div.DivClassName
{
background-color: #87999A;
}
.BgClassName
{
background-color: #87999A;
}
</style>
border-color css
<style>
span { border-color: #87999A; }
span { border-color: rgb(135,153,154); }
td.TdClassName
{
border-color: #87999A;
}
.TagClassName
{
border-color: #87999A;
}
</style>