Shades of Delta #969F8D
Tints of Delta #969F8D
RGB
CMYK
RGB Variations
Color information
#969F8D (or 0x969F8D) is known color: Delta. HEX triplet: 96, 9F and 8D. RGB value is (150,159,141). Sum of RGB (Red+Green+Blue) = 150+159+141=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 159 - color contains mainly: green. Hex color #969F8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969F8D is #696072. Grayscale: #9A9A9A. Windows color (decimal): -6905971 or 9281430. OLE color: 9281430.
HSL color Cylindrical-coordinate representation of color #969F8D: hue angle of 90º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #969F8D is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 159 | 141 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.38 |
| HSL | 90º | 0.09% | 0.59% | - |
| HSV(B) | 90º | 0.11% | 0.62% | - |
| XYZ | 29.78 | 33.2 | 30.04 | - |
| YUV | 154.26 | 120.52 | 124.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 159 | 141 | 0.06 | 0 | 0.11 | 0.38 | 90 | 0.09 | 0.59 |
| Hex | 96 | 9F | 8D | 6 | 0 | B | 26 | 5A | 9 | 3B |
| Octal | 226 | 237 | 215 | 6 | 0 | 13 | 46 | 132 | 11 | 73 |
| Binary | 10010110 | 10011111 | 10001101 | 110 | 0 | 1011 | 100110 | 1011010 | 1001 | 111011 |
Color Harmonies of #969F8D
Complementary color
Monochromatic Colors of #969F8D
Black with #969F8D
Text Example
Text Example
White with #969F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969F8D; }
p { color: rgb(150,159,141); }
H1.HeaderClassName
{
color: #969F8D;
}
.AnyTagClassName
{
color: #969F8D;
}
</style>
background-color css
<style>
a { background-color: #969F8D; }
a { background-color: rgb(150,159,141); }
div.DivClassName
{
background-color: #969F8D;
}
.BgClassName
{
background-color: #969F8D;
}
</style>
border-color css
<style>
span { border-color: #969F8D; }
span { border-color: rgb(150,159,141); }
td.TdClassName
{
border-color: #969F8D;
}
.TagClassName
{
border-color: #969F8D;
}
</style>