Shades of Delta #969A90
Tints of Delta #969A90
RGB
CMYK
RGB Variations
Color information
#969A90 (or 0x969A90) is known color: Delta. HEX triplet: 96, 9A and 90. RGB value is (150,154,144). Sum of RGB (Red+Green+Blue) = 150+154+144=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 154 - color contains mainly: green. Hex color #969A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A90 is #69656F. Grayscale: #979797. Windows color (decimal): -6907248 or 9476758. OLE color: 9476758.
HSL color Cylindrical-coordinate representation of color #969A90: hue angle of 84º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #969A90 is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 154 | 144 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.40 |
| HSL | 84º | 0.05% | 0.58% | - |
| HSV(B) | 84º | 0.06% | 0.6% | - |
| XYZ | 29.17 | 31.61 | 30.95 | - |
| YUV | 151.66 | 123.67 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 144 | 0.03 | 0 | 0.06 | 0.40 | 84 | 0.05 | 0.58 |
| Hex | 96 | 9A | 90 | 3 | 0 | 6 | 28 | 54 | 5 | 3A |
| Octal | 226 | 232 | 220 | 3 | 0 | 6 | 50 | 124 | 5 | 72 |
| Binary | 10010110 | 10011010 | 10010000 | 11 | 0 | 110 | 101000 | 1010100 | 101 | 111010 |
Color Harmonies of #969A90
Complementary color
Monochromatic Colors of #969A90
Black with #969A90
Text Example
Text Example
White with #969A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A90; }
p { color: rgb(150,154,144); }
H1.HeaderClassName
{
color: #969A90;
}
.AnyTagClassName
{
color: #969A90;
}
</style>
background-color css
<style>
a { background-color: #969A90; }
a { background-color: rgb(150,154,144); }
div.DivClassName
{
background-color: #969A90;
}
.BgClassName
{
background-color: #969A90;
}
</style>
border-color css
<style>
span { border-color: #969A90; }
span { border-color: rgb(150,154,144); }
td.TdClassName
{
border-color: #969A90;
}
.TagClassName
{
border-color: #969A90;
}
</style>