Shades of Stack #869188
Tints of Stack #869188
RGB
CMYK
RGB Variations
Color information
#869188 (or 0x869188) is known color: Stack. HEX triplet: 86, 91 and 88. RGB value is (134,145,136). Sum of RGB (Red+Green+Blue) = 134+145+136=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #869188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869188 is #796E77. Grayscale: #8C8C8C. Windows color (decimal): -7958136 or 8950150. OLE color: 8950150.
HSL color Cylindrical-coordinate representation of color #869188: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #869188 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 145 | 136 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.43 |
| HSL | 130.91º | 0.05% | 0.55% | - |
| HSV(B) | 130.91º | 0.08% | 0.57% | - |
| XYZ | 24.4 | 27.1 | 27.24 | - |
| YUV | 140.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 145 | 136 | 0.08 | 0 | 0.06 | 0.43 | 130.91 | 0.05 | 0.55 |
| Hex | 86 | 91 | 88 | 8 | 0 | 6 | 2B | 83 | 5 | 37 |
| Octal | 206 | 221 | 210 | 10 | 0 | 6 | 53 | 203 | 5 | 67 |
| Binary | 10000110 | 10010001 | 10001000 | 1000 | 0 | 110 | 101011 | 10000011 | 101 | 110111 |
Color Harmonies of #869188
Complementary color
Monochromatic Colors of #869188
Black with #869188
Text Example
Text Example
White with #869188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869188; }
p { color: rgb(134,145,136); }
H1.HeaderClassName
{
color: #869188;
}
.AnyTagClassName
{
color: #869188;
}
</style>
background-color css
<style>
a { background-color: #869188; }
a { background-color: rgb(134,145,136); }
div.DivClassName
{
background-color: #869188;
}
.BgClassName
{
background-color: #869188;
}
</style>
border-color css
<style>
span { border-color: #869188; }
span { border-color: rgb(134,145,136); }
td.TdClassName
{
border-color: #869188;
}
.TagClassName
{
border-color: #869188;
}
</style>