Shades of Delta #969E8D
Tints of Delta #969E8D
RGB
CMYK
RGB Variations
Color information
#969E8D (or 0x969E8D) is known color: Delta. HEX triplet: 96, 9E and 8D. RGB value is (150,158,141). Sum of RGB (Red+Green+Blue) = 150+158+141=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 158 - color contains mainly: green. Hex color #969E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E8D is #696172. Grayscale: #999999. Windows color (decimal): -6906227 or 9281174. OLE color: 9281174.
HSL color Cylindrical-coordinate representation of color #969E8D: hue angle of 88.24º degrees, saturation: 0.08, 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 #969E8D is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 141 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.38 |
| HSL | 88.24º | 0.08% | 0.59% | - |
| HSV(B) | 88.24º | 0.11% | 0.62% | - |
| XYZ | 29.61 | 32.86 | 29.98 | - |
| YUV | 153.67 | 120.85 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 141 | 0.05 | 0 | 0.11 | 0.38 | 88.24 | 0.08 | 0.59 |
| Hex | 96 | 9E | 8D | 5 | 0 | B | 26 | 58 | 8 | 3B |
| Octal | 226 | 236 | 215 | 5 | 0 | 13 | 46 | 130 | 10 | 73 |
| Binary | 10010110 | 10011110 | 10001101 | 101 | 0 | 1011 | 100110 | 1011000 | 1000 | 111011 |
Color Harmonies of #969E8D
Complementary color
Monochromatic Colors of #969E8D
Black with #969E8D
Text Example
Text Example
White with #969E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E8D; }
p { color: rgb(150,158,141); }
H1.HeaderClassName
{
color: #969E8D;
}
.AnyTagClassName
{
color: #969E8D;
}
</style>
background-color css
<style>
a { background-color: #969E8D; }
a { background-color: rgb(150,158,141); }
div.DivClassName
{
background-color: #969E8D;
}
.BgClassName
{
background-color: #969E8D;
}
</style>
border-color css
<style>
span { border-color: #969E8D; }
span { border-color: rgb(150,158,141); }
td.TdClassName
{
border-color: #969E8D;
}
.TagClassName
{
border-color: #969E8D;
}
</style>