Shades of Delta #969A8B
Tints of Delta #969A8B
RGB
CMYK
RGB Variations
Color information
#969A8B (or 0x969A8B) is known color: Delta. HEX triplet: 96, 9A and 8B. RGB value is (150,154,139). Sum of RGB (Red+Green+Blue) = 150+154+139=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 154 - color contains mainly: green. Hex color #969A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A8B is #696574. Grayscale: #979797. Windows color (decimal): -6907253 or 9149078. OLE color: 9149078.
HSL color Cylindrical-coordinate representation of color #969A8B: hue angle of 76º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969A8B is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 139 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.40 |
| HSL | 76º | 0.07% | 0.57% | - |
| HSV(B) | 76º | 0.1% | 0.6% | - |
| XYZ | 28.79 | 31.46 | 28.98 | - |
| YUV | 151.09 | 121.17 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 139 | 0.03 | 0 | 0.10 | 0.40 | 76 | 0.07 | 0.57 |
| Hex | 96 | 9A | 8B | 3 | 0 | A | 28 | 4C | 7 | 39 |
| Octal | 226 | 232 | 213 | 3 | 0 | 12 | 50 | 114 | 7 | 71 |
| Binary | 10010110 | 10011010 | 10001011 | 11 | 0 | 1010 | 101000 | 1001100 | 111 | 111001 |
Color Harmonies of #969A8B
Complementary color
Monochromatic Colors of #969A8B
Black with #969A8B
Text Example
Text Example
White with #969A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A8B; }
p { color: rgb(150,154,139); }
H1.HeaderClassName
{
color: #969A8B;
}
.AnyTagClassName
{
color: #969A8B;
}
</style>
background-color css
<style>
a { background-color: #969A8B; }
a { background-color: rgb(150,154,139); }
div.DivClassName
{
background-color: #969A8B;
}
.BgClassName
{
background-color: #969A8B;
}
</style>
border-color css
<style>
span { border-color: #969A8B; }
span { border-color: rgb(150,154,139); }
td.TdClassName
{
border-color: #969A8B;
}
.TagClassName
{
border-color: #969A8B;
}
</style>