Shades of Cascade #869F99
Tints of Cascade #869F99
RGB
CMYK
RGB Variations
Color information
#869F99 (or 0x869F99) is known color: Cascade. HEX triplet: 86, 9F and 99. RGB value is (134,159,153). Sum of RGB (Red+Green+Blue) = 134+159+153=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #869F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F99 is #796066. Grayscale: #969696. Windows color (decimal): -7954535 or 10067846. OLE color: 10067846.
HSL color Cylindrical-coordinate representation of color #869F99: hue angle of 165.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 #869F99 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 159 | 153 | - |
| CMYK | 0.16 | 0 | 0.04 | 0.38 |
| HSL | 165.6º | 0.12% | 0.57% | - |
| HSV(B) | 165.6º | 0.16% | 0.62% | - |
| XYZ | 27.98 | 32.16 | 34.87 | - |
| YUV | 150.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 159 | 153 | 0.16 | 0 | 0.04 | 0.38 | 165.6 | 0.12 | 0.57 |
| Hex | 86 | 9F | 99 | 10 | 0 | 4 | 26 | A6 | C | 39 |
| Octal | 206 | 237 | 231 | 20 | 0 | 4 | 46 | 246 | 14 | 71 |
| Binary | 10000110 | 10011111 | 10011001 | 10000 | 0 | 100 | 100110 | 10100110 | 1100 | 111001 |
Color Harmonies of #869F99
Complementary color
Monochromatic Colors of #869F99
Black with #869F99
Text Example
Text Example
White with #869F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869F99; }
p { color: rgb(134,159,153); }
H1.HeaderClassName
{
color: #869F99;
}
.AnyTagClassName
{
color: #869F99;
}
</style>
background-color css
<style>
a { background-color: #869F99; }
a { background-color: rgb(134,159,153); }
div.DivClassName
{
background-color: #869F99;
}
.BgClassName
{
background-color: #869F99;
}
</style>
border-color css
<style>
span { border-color: #869F99; }
span { border-color: rgb(134,159,153); }
td.TdClassName
{
border-color: #869F99;
}
.TagClassName
{
border-color: #869F99;
}
</style>