Shades of Stack #869388
Tints of Stack #869388
RGB
CMYK
RGB Variations
Color information
#869388 (or 0x869388) is known color: Stack. HEX triplet: 86, 93 and 88. RGB value is (134,147,136). Sum of RGB (Red+Green+Blue) = 134+147+136=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #869388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869388 is #796C77. Grayscale: #8D8D8D. Windows color (decimal): -7957624 or 8950662. OLE color: 8950662.
HSL color Cylindrical-coordinate representation of color #869388: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869388 is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 147 | 136 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.42 |
| HSL | 129.23º | 0.06% | 0.55% | - |
| HSV(B) | 129.23º | 0.09% | 0.58% | - |
| XYZ | 24.71 | 27.71 | 27.34 | - |
| YUV | 141.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 147 | 136 | 0.09 | 0 | 0.07 | 0.42 | 129.23 | 0.06 | 0.55 |
| Hex | 86 | 93 | 88 | 9 | 0 | 7 | 2A | 81 | 6 | 37 |
| Octal | 206 | 223 | 210 | 11 | 0 | 7 | 52 | 201 | 6 | 67 |
| Binary | 10000110 | 10010011 | 10001000 | 1001 | 0 | 111 | 101010 | 10000001 | 110 | 110111 |
Color Harmonies of #869388
Complementary color
Monochromatic Colors of #869388
Black with #869388
Text Example
Text Example
White with #869388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869388; }
p { color: rgb(134,147,136); }
H1.HeaderClassName
{
color: #869388;
}
.AnyTagClassName
{
color: #869388;
}
</style>
background-color css
<style>
a { background-color: #869388; }
a { background-color: rgb(134,147,136); }
div.DivClassName
{
background-color: #869388;
}
.BgClassName
{
background-color: #869388;
}
</style>
border-color css
<style>
span { border-color: #869388; }
span { border-color: rgb(134,147,136); }
td.TdClassName
{
border-color: #869388;
}
.TagClassName
{
border-color: #869388;
}
</style>