Shades of Submarine #879F9D
Tints of Submarine #879F9D
RGB
CMYK
RGB Variations
Color information
#879F9D (or 0x879F9D) is known color: Submarine. HEX triplet: 87, 9F and 9D. RGB value is (135,159,157). Sum of RGB (Red+Green+Blue) = 135+159+157=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 159 - color contains mainly: green. Hex color #879F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F9D is #786062. Grayscale: #979797. Windows color (decimal): -7888995 or 10329991. OLE color: 10329991.
HSL color Cylindrical-coordinate representation of color #879F9D: hue angle of 175º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F9D is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 159 | 157 | - |
| CMYK | 0.15 | 0 | 0.01 | 0.38 |
| HSL | 175º | 0.11% | 0.58% | - |
| HSV(B) | 175º | 0.15% | 0.62% | - |
| XYZ | 28.48 | 32.38 | 36.65 | - |
| YUV | 151.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 157 | 0.15 | 0 | 0.01 | 0.38 | 175 | 0.11 | 0.58 |
| Hex | 87 | 9F | 9D | F | 0 | 1 | 26 | AF | B | 3A |
| Octal | 207 | 237 | 235 | 17 | 0 | 1 | 46 | 257 | 13 | 72 |
| Binary | 10000111 | 10011111 | 10011101 | 1111 | 0 | 1 | 100110 | 10101111 | 1011 | 111010 |
Color Harmonies of #879F9D
Complementary color
Monochromatic Colors of #879F9D
Black with #879F9D
Text Example
Text Example
White with #879F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879F9D; }
p { color: rgb(135,159,157); }
H1.HeaderClassName
{
color: #879F9D;
}
.AnyTagClassName
{
color: #879F9D;
}
</style>
background-color css
<style>
a { background-color: #879F9D; }
a { background-color: rgb(135,159,157); }
div.DivClassName
{
background-color: #879F9D;
}
.BgClassName
{
background-color: #879F9D;
}
</style>
border-color css
<style>
span { border-color: #879F9D; }
span { border-color: rgb(135,159,157); }
td.TdClassName
{
border-color: #879F9D;
}
.TagClassName
{
border-color: #879F9D;
}
</style>