Shades of Delta #949D8C
Tints of Delta #949D8C
RGB
CMYK
RGB Variations
Color information
#949D8C (or 0x949D8C) is known color: Delta. HEX triplet: 94, 9D and 8C. RGB value is (148,157,140). Sum of RGB (Red+Green+Blue) = 148+157+140=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 157 - color contains mainly: green. Hex color #949D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949D8C is #6B6273. Grayscale: #989898. Windows color (decimal): -7037556 or 9215380. OLE color: 9215380.
HSL color Cylindrical-coordinate representation of color #949D8C: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #949D8C is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 140 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.38 |
| HSL | 91.76º | 0.08% | 0.58% | - |
| HSV(B) | 91.76º | 0.11% | 0.62% | - |
| XYZ | 29 | 32.3 | 29.52 | - |
| YUV | 152.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 140 | 0.06 | 0 | 0.11 | 0.38 | 91.76 | 0.08 | 0.58 |
| Hex | 94 | 9D | 8C | 6 | 0 | B | 26 | 5C | 8 | 3A |
| Octal | 224 | 235 | 214 | 6 | 0 | 13 | 46 | 134 | 10 | 72 |
| Binary | 10010100 | 10011101 | 10001100 | 110 | 0 | 1011 | 100110 | 1011100 | 1000 | 111010 |
Color Harmonies of #949D8C
Complementary color
Monochromatic Colors of #949D8C
Black with #949D8C
Text Example
Text Example
White with #949D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D8C; }
p { color: rgb(148,157,140); }
H1.HeaderClassName
{
color: #949D8C;
}
.AnyTagClassName
{
color: #949D8C;
}
</style>
background-color css
<style>
a { background-color: #949D8C; }
a { background-color: rgb(148,157,140); }
div.DivClassName
{
background-color: #949D8C;
}
.BgClassName
{
background-color: #949D8C;
}
</style>
border-color css
<style>
span { border-color: #949D8C; }
span { border-color: rgb(148,157,140); }
td.TdClassName
{
border-color: #949D8C;
}
.TagClassName
{
border-color: #949D8C;
}
</style>