Shades of Delta #949E8C
Tints of Delta #949E8C
RGB
CMYK
RGB Variations
Color information
#949E8C (or 0x949E8C) is known color: Delta. HEX triplet: 94, 9E and 8C. RGB value is (148,158,140). Sum of RGB (Red+Green+Blue) = 148+158+140=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #949E8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E8C is #6B6173. Grayscale: #999999. Windows color (decimal): -7037300 or 9215636. OLE color: 9215636.
HSL color Cylindrical-coordinate representation of color #949E8C: hue angle of 93.33º 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 #949E8C is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 140 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.38 |
| HSL | 93.33º | 0.08% | 0.58% | - |
| HSV(B) | 93.33º | 0.11% | 0.62% | - |
| XYZ | 29.17 | 32.64 | 29.57 | - |
| YUV | 152.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 140 | 0.06 | 0 | 0.11 | 0.38 | 93.33 | 0.08 | 0.58 |
| Hex | 94 | 9E | 8C | 6 | 0 | B | 26 | 5D | 8 | 3A |
| Octal | 224 | 236 | 214 | 6 | 0 | 13 | 46 | 135 | 10 | 72 |
| Binary | 10010100 | 10011110 | 10001100 | 110 | 0 | 1011 | 100110 | 1011101 | 1000 | 111010 |
Color Harmonies of #949E8C
Complementary color
Monochromatic Colors of #949E8C
Black with #949E8C
Text Example
Text Example
White with #949E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E8C; }
p { color: rgb(148,158,140); }
H1.HeaderClassName
{
color: #949E8C;
}
.AnyTagClassName
{
color: #949E8C;
}
</style>
background-color css
<style>
a { background-color: #949E8C; }
a { background-color: rgb(148,158,140); }
div.DivClassName
{
background-color: #949E8C;
}
.BgClassName
{
background-color: #949E8C;
}
</style>
border-color css
<style>
span { border-color: #949E8C; }
span { border-color: rgb(148,158,140); }
td.TdClassName
{
border-color: #949E8C;
}
.TagClassName
{
border-color: #949E8C;
}
</style>