Shades of Delta #969D8F
Tints of Delta #969D8F
RGB
CMYK
RGB Variations
Color information
#969D8F (or 0x969D8F) is known color: Delta. HEX triplet: 96, 9D and 8F. RGB value is (150,157,143). Sum of RGB (Red+Green+Blue) = 150+157+143=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #969D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969D8F is #696270. Grayscale: #999999. Windows color (decimal): -6906481 or 9411990. OLE color: 9411990.
HSL color Cylindrical-coordinate representation of color #969D8F: hue angle of 90º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969D8F is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 157 | 143 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.38 |
| HSL | 90º | 0.07% | 0.59% | - |
| HSV(B) | 90º | 0.09% | 0.62% | - |
| XYZ | 29.59 | 32.58 | 30.72 | - |
| YUV | 153.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 157 | 143 | 0.04 | 0 | 0.09 | 0.38 | 90 | 0.07 | 0.59 |
| Hex | 96 | 9D | 8F | 4 | 0 | 9 | 26 | 5A | 7 | 3B |
| Octal | 226 | 235 | 217 | 4 | 0 | 11 | 46 | 132 | 7 | 73 |
| Binary | 10010110 | 10011101 | 10001111 | 100 | 0 | 1001 | 100110 | 1011010 | 111 | 111011 |
Color Harmonies of #969D8F
Complementary color
Monochromatic Colors of #969D8F
Black with #969D8F
Text Example
Text Example
White with #969D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969D8F; }
p { color: rgb(150,157,143); }
H1.HeaderClassName
{
color: #969D8F;
}
.AnyTagClassName
{
color: #969D8F;
}
</style>
background-color css
<style>
a { background-color: #969D8F; }
a { background-color: rgb(150,157,143); }
div.DivClassName
{
background-color: #969D8F;
}
.BgClassName
{
background-color: #969D8F;
}
</style>
border-color css
<style>
span { border-color: #969D8F; }
span { border-color: rgb(150,157,143); }
td.TdClassName
{
border-color: #969D8F;
}
.TagClassName
{
border-color: #969D8F;
}
</style>