Shades of Delta #969B8F
Tints of Delta #969B8F
RGB
CMYK
RGB Variations
Color information
#969B8F (or 0x969B8F) is known color: Delta. HEX triplet: 96, 9B and 8F. RGB value is (150,155,143). Sum of RGB (Red+Green+Blue) = 150+155+143=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 155 - color contains mainly: green. Hex color #969B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969B8F is #696470. Grayscale: #989898. Windows color (decimal): -6906993 or 9411478. OLE color: 9411478.
HSL color Cylindrical-coordinate representation of color #969B8F: hue angle of 85º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969B8F is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 155 | 143 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.39 |
| HSL | 85º | 0.06% | 0.58% | - |
| HSV(B) | 85º | 0.08% | 0.61% | - |
| XYZ | 29.26 | 31.91 | 30.6 | - |
| YUV | 152.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 155 | 143 | 0.03 | 0 | 0.08 | 0.39 | 85 | 0.06 | 0.58 |
| Hex | 96 | 9B | 8F | 3 | 0 | 8 | 27 | 55 | 6 | 3A |
| Octal | 226 | 233 | 217 | 3 | 0 | 10 | 47 | 125 | 6 | 72 |
| Binary | 10010110 | 10011011 | 10001111 | 11 | 0 | 1000 | 100111 | 1010101 | 110 | 111010 |
Color Harmonies of #969B8F
Complementary color
Monochromatic Colors of #969B8F
Black with #969B8F
Text Example
Text Example
White with #969B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969B8F; }
p { color: rgb(150,155,143); }
H1.HeaderClassName
{
color: #969B8F;
}
.AnyTagClassName
{
color: #969B8F;
}
</style>
background-color css
<style>
a { background-color: #969B8F; }
a { background-color: rgb(150,155,143); }
div.DivClassName
{
background-color: #969B8F;
}
.BgClassName
{
background-color: #969B8F;
}
</style>
border-color css
<style>
span { border-color: #969B8F; }
span { border-color: rgb(150,155,143); }
td.TdClassName
{
border-color: #969B8F;
}
.TagClassName
{
border-color: #969B8F;
}
</style>