Shades of Delta #969F89
Tints of Delta #969F89
RGB
CMYK
RGB Variations
Color information
#969F89 (or 0x969F89) is known color: Delta. HEX triplet: 96, 9F and 89. RGB value is (150,159,137). Sum of RGB (Red+Green+Blue) = 150+159+137=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #969F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969F89 is #696076. Grayscale: #999999. Windows color (decimal): -6905975 or 9019286. OLE color: 9019286.
HSL color Cylindrical-coordinate representation of color #969F89: hue angle of 84.55º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #969F89 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 159 | 137 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.38 |
| HSL | 84.55º | 0.1% | 0.58% | - |
| HSV(B) | 84.55º | 0.14% | 0.62% | - |
| XYZ | 29.49 | 33.09 | 28.5 | - |
| YUV | 153.8 | 118.52 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 137 | 0.06 | 0 | 0.14 | 0.38 | 84.55 | 0.1 | 0.58 |
| Hex | 96 | 9F | 89 | 6 | 0 | E | 26 | 55 | A | 3A |
| Octal | 226 | 237 | 211 | 6 | 0 | 16 | 46 | 125 | 12 | 72 |
| Binary | 10010110 | 10011111 | 10001001 | 110 | 0 | 1110 | 100110 | 1010101 | 1010 | 111010 |
Color Harmonies of #969F89
Complementary color
Monochromatic Colors of #969F89
Black with #969F89
Text Example
Text Example
White with #969F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969F89; }
p { color: rgb(150,159,137); }
H1.HeaderClassName
{
color: #969F89;
}
.AnyTagClassName
{
color: #969F89;
}
</style>
background-color css
<style>
a { background-color: #969F89; }
a { background-color: rgb(150,159,137); }
div.DivClassName
{
background-color: #969F89;
}
.BgClassName
{
background-color: #969F89;
}
</style>
border-color css
<style>
span { border-color: #969F89; }
span { border-color: rgb(150,159,137); }
td.TdClassName
{
border-color: #969F89;
}
.TagClassName
{
border-color: #969F89;
}
</style>