Shades of Submarine #879D9A
Tints of Submarine #879D9A
RGB
CMYK
RGB Variations
Color information
#879D9A (or 0x879D9A) is known color: Submarine. HEX triplet: 87, 9D and 9A. RGB value is (135,157,154). Sum of RGB (Red+Green+Blue) = 135+157+154=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 157 - color contains mainly: green. Hex color #879D9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D9A is #786265. Grayscale: #969696. Windows color (decimal): -7889510 or 10132871. OLE color: 10132871.
HSL color Cylindrical-coordinate representation of color #879D9A: hue angle of 171.82º 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 #879D9A is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 154 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.38 |
| HSL | 171.82º | 0.1% | 0.57% | - |
| HSV(B) | 171.82º | 0.14% | 0.62% | - |
| XYZ | 27.88 | 31.6 | 35.2 | - |
| YUV | 150.08 | 130.21 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 154 | 0.14 | 0 | 0.02 | 0.38 | 171.82 | 0.1 | 0.57 |
| Hex | 87 | 9D | 9A | E | 0 | 2 | 26 | AC | A | 39 |
| Octal | 207 | 235 | 232 | 16 | 0 | 2 | 46 | 254 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10011010 | 1110 | 0 | 10 | 100110 | 10101100 | 1010 | 111001 |
Color Harmonies of #879D9A
Complementary color
Monochromatic Colors of #879D9A
Black with #879D9A
Text Example
Text Example
White with #879D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D9A; }
p { color: rgb(135,157,154); }
H1.HeaderClassName
{
color: #879D9A;
}
.AnyTagClassName
{
color: #879D9A;
}
</style>
background-color css
<style>
a { background-color: #879D9A; }
a { background-color: rgb(135,157,154); }
div.DivClassName
{
background-color: #879D9A;
}
.BgClassName
{
background-color: #879D9A;
}
</style>
border-color css
<style>
span { border-color: #879D9A; }
span { border-color: rgb(135,157,154); }
td.TdClassName
{
border-color: #879D9A;
}
.TagClassName
{
border-color: #879D9A;
}
</style>