Shades of Cascade #869D98
Tints of Cascade #869D98
RGB
CMYK
RGB Variations
Color information
#869D98 (or 0x869D98) is known color: Cascade. HEX triplet: 86, 9D and 98. RGB value is (134,157,152). Sum of RGB (Red+Green+Blue) = 134+157+152=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #869D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869D98 is #796267. Grayscale: #959595. Windows color (decimal): -7955048 or 10001798. OLE color: 10001798.
HSL color Cylindrical-coordinate representation of color #869D98: hue angle of 166.96º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869D98 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 157 | 152 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.38 |
| HSL | 166.96º | 0.11% | 0.57% | - |
| HSV(B) | 166.96º | 0.15% | 0.62% | - |
| XYZ | 27.56 | 31.45 | 34.32 | - |
| YUV | 149.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 157 | 152 | 0.15 | 0 | 0.03 | 0.38 | 166.96 | 0.11 | 0.57 |
| Hex | 86 | 9D | 98 | F | 0 | 3 | 26 | A7 | B | 39 |
| Octal | 206 | 235 | 230 | 17 | 0 | 3 | 46 | 247 | 13 | 71 |
| Binary | 10000110 | 10011101 | 10011000 | 1111 | 0 | 11 | 100110 | 10100111 | 1011 | 111001 |
Color Harmonies of #869D98
Complementary color
Monochromatic Colors of #869D98
Black with #869D98
Text Example
Text Example
White with #869D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869D98; }
p { color: rgb(134,157,152); }
H1.HeaderClassName
{
color: #869D98;
}
.AnyTagClassName
{
color: #869D98;
}
</style>
background-color css
<style>
a { background-color: #869D98; }
a { background-color: rgb(134,157,152); }
div.DivClassName
{
background-color: #869D98;
}
.BgClassName
{
background-color: #869D98;
}
</style>
border-color css
<style>
span { border-color: #869D98; }
span { border-color: rgb(134,157,152); }
td.TdClassName
{
border-color: #869D98;
}
.TagClassName
{
border-color: #869D98;
}
</style>