Shades of Submarine #869F9E
Tints of Submarine #869F9E
RGB
CMYK
RGB Variations
Color information
#869F9E (or 0x869F9E) is known color: Submarine. HEX triplet: 86, 9F and 9E. RGB value is (134,159,158). Sum of RGB (Red+Green+Blue) = 134+159+158=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 159 - color contains mainly: green. Hex color #869F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F9E is #796061. Grayscale: #979797. Windows color (decimal): -7954530 or 10395526. OLE color: 10395526.
HSL color Cylindrical-coordinate representation of color #869F9E: hue angle of 177.6º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #869F9E is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 158 | - |
| CMYK | 0.16 | 0 | 0.01 | 0.38 |
| HSL | 177.6º | 0.12% | 0.57% | - |
| HSV(B) | 177.6º | 0.16% | 0.62% | - |
| XYZ | 28.4 | 32.33 | 37.09 | - |
| YUV | 151.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 158 | 0.16 | 0 | 0.01 | 0.38 | 177.6 | 0.12 | 0.57 |
| Hex | 86 | 9F | 9E | 10 | 0 | 1 | 26 | B2 | C | 39 |
| Octal | 206 | 237 | 236 | 20 | 0 | 1 | 46 | 262 | 14 | 71 |
| Binary | 10000110 | 10011111 | 10011110 | 10000 | 0 | 1 | 100110 | 10110010 | 1100 | 111001 |
Color Harmonies of #869F9E
Complementary color
Monochromatic Colors of #869F9E
Black with #869F9E
Text Example
Text Example
White with #869F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F9E; }
p { color: rgb(134,159,158); }
H1.HeaderClassName
{
color: #869F9E;
}
.AnyTagClassName
{
color: #869F9E;
}
</style>
background-color css
<style>
a { background-color: #869F9E; }
a { background-color: rgb(134,159,158); }
div.DivClassName
{
background-color: #869F9E;
}
.BgClassName
{
background-color: #869F9E;
}
</style>
border-color css
<style>
span { border-color: #869F9E; }
span { border-color: rgb(134,159,158); }
td.TdClassName
{
border-color: #869F9E;
}
.TagClassName
{
border-color: #869F9E;
}
</style>