Shades of Submarine #879D9D
Tints of Submarine #879D9D
RGB
CMYK
RGB Variations
Color information
#879D9D (or 0x879D9D) is known color: Submarine. HEX triplet: 87, 9D and 9D. RGB value is (135,157,157). Sum of RGB (Red+Green+Blue) = 135+157+157=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 157 - color contains mainly: green, blue. Hex color #879D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D9D is #786262. Grayscale: #969696. Windows color (decimal): -7889507 or 10329479. OLE color: 10329479.
HSL color Cylindrical-coordinate representation of color #879D9D: hue angle of 180º 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 #879D9D is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 157 | - |
| CMYK | 0.14 | 0 | 0 | 0.38 |
| HSL | 180º | 0.1% | 0.57% | - |
| HSV(B) | 180º | 0.14% | 0.62% | - |
| XYZ | 28.13 | 31.7 | 36.53 | - |
| YUV | 150.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 157 | 0.14 | 0 | 0 | 0.38 | 180 | 0.1 | 0.57 |
| Hex | 87 | 9D | 9D | E | 0 | 0 | 26 | B4 | A | 39 |
| Octal | 207 | 235 | 235 | 16 | 0 | 0 | 46 | 264 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10011101 | 1110 | 0 | 0 | 100110 | 10110100 | 1010 | 111001 |
Color Harmonies of #879D9D
Complementary color
Monochromatic Colors of #879D9D
Black with #879D9D
Text Example
Text Example
White with #879D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D9D; }
p { color: rgb(135,157,157); }
H1.HeaderClassName
{
color: #879D9D;
}
.AnyTagClassName
{
color: #879D9D;
}
</style>
background-color css
<style>
a { background-color: #879D9D; }
a { background-color: rgb(135,157,157); }
div.DivClassName
{
background-color: #879D9D;
}
.BgClassName
{
background-color: #879D9D;
}
</style>
border-color css
<style>
span { border-color: #879D9D; }
span { border-color: rgb(135,157,157); }
td.TdClassName
{
border-color: #879D9D;
}
.TagClassName
{
border-color: #879D9D;
}
</style>