Shades of Delta #969A8E
Tints of Delta #969A8E
RGB
CMYK
RGB Variations
Color information
#969A8E (or 0x969A8E) is known color: Delta. HEX triplet: 96, 9A and 8E. RGB value is (150,154,142). Sum of RGB (Red+Green+Blue) = 150+154+142=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 154 - color contains mainly: green. Hex color #969A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A8E is #696571. Grayscale: #979797. Windows color (decimal): -6907250 or 9345686. OLE color: 9345686.
HSL color Cylindrical-coordinate representation of color #969A8E: hue angle of 80º 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 #969A8E is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 142 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.40 |
| HSL | 80º | 0.06% | 0.58% | - |
| HSV(B) | 80º | 0.08% | 0.6% | - |
| XYZ | 29.02 | 31.55 | 30.15 | - |
| YUV | 151.44 | 122.67 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 142 | 0.03 | 0 | 0.08 | 0.40 | 80 | 0.06 | 0.58 |
| Hex | 96 | 9A | 8E | 3 | 0 | 8 | 28 | 50 | 6 | 3A |
| Octal | 226 | 232 | 216 | 3 | 0 | 10 | 50 | 120 | 6 | 72 |
| Binary | 10010110 | 10011010 | 10001110 | 11 | 0 | 1000 | 101000 | 1010000 | 110 | 111010 |
Color Harmonies of #969A8E
Complementary color
Monochromatic Colors of #969A8E
Black with #969A8E
Text Example
Text Example
White with #969A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A8E; }
p { color: rgb(150,154,142); }
H1.HeaderClassName
{
color: #969A8E;
}
.AnyTagClassName
{
color: #969A8E;
}
</style>
background-color css
<style>
a { background-color: #969A8E; }
a { background-color: rgb(150,154,142); }
div.DivClassName
{
background-color: #969A8E;
}
.BgClassName
{
background-color: #969A8E;
}
</style>
border-color css
<style>
span { border-color: #969A8E; }
span { border-color: rgb(150,154,142); }
td.TdClassName
{
border-color: #969A8E;
}
.TagClassName
{
border-color: #969A8E;
}
</style>