Shades of Delta #969A8D
Tints of Delta #969A8D
RGB
CMYK
RGB Variations
Color information
#969A8D (or 0x969A8D) is known color: Delta. HEX triplet: 96, 9A and 8D. RGB value is (150,154,141). Sum of RGB (Red+Green+Blue) = 150+154+141=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 154 - color contains mainly: green. Hex color #969A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A8D is #696572. Grayscale: #979797. Windows color (decimal): -6907251 or 9280150. OLE color: 9280150.
HSL color Cylindrical-coordinate representation of color #969A8D: hue angle of 78.46º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969A8D is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 141 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.40 |
| HSL | 78.46º | 0.06% | 0.58% | - |
| HSV(B) | 78.46º | 0.08% | 0.6% | - |
| XYZ | 28.94 | 31.52 | 29.76 | - |
| YUV | 151.32 | 122.17 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 141 | 0.03 | 0 | 0.08 | 0.40 | 78.46 | 0.06 | 0.58 |
| Hex | 96 | 9A | 8D | 3 | 0 | 8 | 28 | 4E | 6 | 3A |
| Octal | 226 | 232 | 215 | 3 | 0 | 10 | 50 | 116 | 6 | 72 |
| Binary | 10010110 | 10011010 | 10001101 | 11 | 0 | 1000 | 101000 | 1001110 | 110 | 111010 |
Color Harmonies of #969A8D
Complementary color
Monochromatic Colors of #969A8D
Black with #969A8D
Text Example
Text Example
White with #969A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A8D; }
p { color: rgb(150,154,141); }
H1.HeaderClassName
{
color: #969A8D;
}
.AnyTagClassName
{
color: #969A8D;
}
</style>
background-color css
<style>
a { background-color: #969A8D; }
a { background-color: rgb(150,154,141); }
div.DivClassName
{
background-color: #969A8D;
}
.BgClassName
{
background-color: #969A8D;
}
</style>
border-color css
<style>
span { border-color: #969A8D; }
span { border-color: rgb(150,154,141); }
td.TdClassName
{
border-color: #969A8D;
}
.TagClassName
{
border-color: #969A8D;
}
</style>