Shades of Submarine #879DA0
Tints of Submarine #879DA0
RGB
CMYK
RGB Variations
Color information
#879DA0 (or 0x879DA0) is known color: Submarine. HEX triplet: 87, 9D and A0. RGB value is (135,157,160). Sum of RGB (Red+Green+Blue) = 135+157+160=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 160 - color contains mainly: blue. Hex color #879DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879DA0 is #78625F. Grayscale: #969696. Windows color (decimal): -7889504 or 10526087. OLE color: 10526087.
HSL color Cylindrical-coordinate representation of color #879DA0: hue angle of 187.2º 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 #879DA0 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 157 | 160 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.37 |
| HSL | 187.2º | 0.12% | 0.58% | - |
| HSV(B) | 187.2º | 0.16% | 0.63% | - |
| XYZ | 28.39 | 31.8 | 37.9 | - |
| YUV | 150.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 160 | 0.16 | 0.02 | 0 | 0.37 | 187.2 | 0.12 | 0.58 |
| Hex | 87 | 9D | A0 | 10 | 2 | 0 | 25 | BB | C | 3A |
| Octal | 207 | 235 | 240 | 20 | 2 | 0 | 45 | 273 | 14 | 72 |
| Binary | 10000111 | 10011101 | 10100000 | 10000 | 10 | 0 | 100101 | 10111011 | 1100 | 111010 |
Color Harmonies of #879DA0
Complementary color
Monochromatic Colors of #879DA0
Black with #879DA0
Text Example
Text Example
White with #879DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879DA0; }
p { color: rgb(135,157,160); }
H1.HeaderClassName
{
color: #879DA0;
}
.AnyTagClassName
{
color: #879DA0;
}
</style>
background-color css
<style>
a { background-color: #879DA0; }
a { background-color: rgb(135,157,160); }
div.DivClassName
{
background-color: #879DA0;
}
.BgClassName
{
background-color: #879DA0;
}
</style>
border-color css
<style>
span { border-color: #879DA0; }
span { border-color: rgb(135,157,160); }
td.TdClassName
{
border-color: #879DA0;
}
.TagClassName
{
border-color: #879DA0;
}
</style>