Shades of Delta #969D88
Tints of Delta #969D88
RGB
CMYK
RGB Variations
Color information
#969D88 (or 0x969D88) is known color: Delta. HEX triplet: 96, 9D and 88. RGB value is (150,157,136). Sum of RGB (Red+Green+Blue) = 150+157+136=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #969D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D88 is #696277. Grayscale: #989898. Windows color (decimal): -6906488 or 8953238. OLE color: 8953238.
HSL color Cylindrical-coordinate representation of color #969D88: hue angle of 80º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969D88 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 136 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.38 |
| HSL | 80º | 0.1% | 0.57% | - |
| HSV(B) | 80º | 0.13% | 0.62% | - |
| XYZ | 29.08 | 32.38 | 28.01 | - |
| YUV | 152.51 | 118.68 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 136 | 0.04 | 0 | 0.13 | 0.38 | 80 | 0.1 | 0.57 |
| Hex | 96 | 9D | 88 | 4 | 0 | D | 26 | 50 | A | 39 |
| Octal | 226 | 235 | 210 | 4 | 0 | 15 | 46 | 120 | 12 | 71 |
| Binary | 10010110 | 10011101 | 10001000 | 100 | 0 | 1101 | 100110 | 1010000 | 1010 | 111001 |
Color Harmonies of #969D88
Complementary color
Monochromatic Colors of #969D88
Black with #969D88
Text Example
Text Example
White with #969D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D88; }
p { color: rgb(150,157,136); }
H1.HeaderClassName
{
color: #969D88;
}
.AnyTagClassName
{
color: #969D88;
}
</style>
background-color css
<style>
a { background-color: #969D88; }
a { background-color: rgb(150,157,136); }
div.DivClassName
{
background-color: #969D88;
}
.BgClassName
{
background-color: #969D88;
}
</style>
border-color css
<style>
span { border-color: #969D88; }
span { border-color: rgb(150,157,136); }
td.TdClassName
{
border-color: #969D88;
}
.TagClassName
{
border-color: #969D88;
}
</style>