Shades of Submarine #879C9D
Tints of Submarine #879C9D
RGB
CMYK
RGB Variations
Color information
#879C9D (or 0x879C9D) is known color: Submarine. HEX triplet: 87, 9C and 9D. RGB value is (135,156,157). Sum of RGB (Red+Green+Blue) = 135+156+157=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 157 - color contains mainly: blue. Hex color #879C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879C9D is #786362. Grayscale: #959595. Windows color (decimal): -7889763 or 10329223. OLE color: 10329223.
HSL color Cylindrical-coordinate representation of color #879C9D: hue angle of 182.73º 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 #879C9D is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 156 | 157 | - |
| CMYK | 0.14 | 0.01 | 0 | 0.38 |
| HSL | 182.73º | 0.1% | 0.57% | - |
| HSV(B) | 182.73º | 0.14% | 0.62% | - |
| XYZ | 27.97 | 31.36 | 36.48 | - |
| YUV | 149.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 157 | 0.14 | 0.01 | 0 | 0.38 | 182.73 | 0.1 | 0.57 |
| Hex | 87 | 9C | 9D | E | 1 | 0 | 26 | B7 | A | 39 |
| Octal | 207 | 234 | 235 | 16 | 1 | 0 | 46 | 267 | 12 | 71 |
| Binary | 10000111 | 10011100 | 10011101 | 1110 | 1 | 0 | 100110 | 10110111 | 1010 | 111001 |
Color Harmonies of #879C9D
Complementary color
Monochromatic Colors of #879C9D
Black with #879C9D
Text Example
Text Example
White with #879C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879C9D; }
p { color: rgb(135,156,157); }
H1.HeaderClassName
{
color: #879C9D;
}
.AnyTagClassName
{
color: #879C9D;
}
</style>
background-color css
<style>
a { background-color: #879C9D; }
a { background-color: rgb(135,156,157); }
div.DivClassName
{
background-color: #879C9D;
}
.BgClassName
{
background-color: #879C9D;
}
</style>
border-color css
<style>
span { border-color: #879C9D; }
span { border-color: rgb(135,156,157); }
td.TdClassName
{
border-color: #879C9D;
}
.TagClassName
{
border-color: #879C9D;
}
</style>