Shades of Delta #969C88
Tints of Delta #969C88
RGB
CMYK
RGB Variations
Color information
#969C88 (or 0x969C88) is known color: Delta. HEX triplet: 96, 9C and 88. RGB value is (150,156,136). Sum of RGB (Red+Green+Blue) = 150+156+136=442 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.94% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 136 (53.52% from 255 or 30.77% from 442); Max value from RGB is 156 - color contains mainly: green. Hex color #969C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969C88 is #696377. Grayscale: #989898. Windows color (decimal): -6906744 or 8952982. OLE color: 8952982.
HSL color Cylindrical-coordinate representation of color #969C88: hue angle of 78º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #969C88 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 156 | 136 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.39 |
| HSL | 78º | 0.09% | 0.57% | - |
| HSV(B) | 78º | 0.13% | 0.61% | - |
| XYZ | 28.91 | 32.04 | 27.95 | - |
| YUV | 151.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 156 | 136 | 0.04 | 0 | 0.13 | 0.39 | 78 | 0.09 | 0.57 |
| Hex | 96 | 9C | 88 | 4 | 0 | D | 27 | 4E | 9 | 39 |
| Octal | 226 | 234 | 210 | 4 | 0 | 15 | 47 | 116 | 11 | 71 |
| Binary | 10010110 | 10011100 | 10001000 | 100 | 0 | 1101 | 100111 | 1001110 | 1001 | 111001 |
Color Harmonies of #969C88
Complementary color
Monochromatic Colors of #969C88
Black with #969C88
Text Example
Text Example
White with #969C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969C88; }
p { color: rgb(150,156,136); }
H1.HeaderClassName
{
color: #969C88;
}
.AnyTagClassName
{
color: #969C88;
}
</style>
background-color css
<style>
a { background-color: #969C88; }
a { background-color: rgb(150,156,136); }
div.DivClassName
{
background-color: #969C88;
}
.BgClassName
{
background-color: #969C88;
}
</style>
border-color css
<style>
span { border-color: #969C88; }
span { border-color: rgb(150,156,136); }
td.TdClassName
{
border-color: #969C88;
}
.TagClassName
{
border-color: #969C88;
}
</style>