Shades of Delta #939B8D
Tints of Delta #939B8D
RGB
CMYK
RGB Variations
Color information
#939B8D (or 0x939B8D) is known color: Delta. HEX triplet: 93, 9B and 8D. RGB value is (147,155,141). Sum of RGB (Red+Green+Blue) = 147+155+141=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #939B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B8D is #6C6472. Grayscale: #979797. Windows color (decimal): -7103603 or 9280403. OLE color: 9280403.
HSL color Cylindrical-coordinate representation of color #939B8D: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #939B8D is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 141 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.39 |
| HSL | 94.29º | 0.07% | 0.58% | - |
| HSV(B) | 94.29º | 0.09% | 0.61% | - |
| XYZ | 28.56 | 31.57 | 29.79 | - |
| YUV | 151.01 | 122.35 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 141 | 0.05 | 0 | 0.09 | 0.39 | 94.29 | 0.07 | 0.58 |
| Hex | 93 | 9B | 8D | 5 | 0 | 9 | 27 | 5E | 7 | 3A |
| Octal | 223 | 233 | 215 | 5 | 0 | 11 | 47 | 136 | 7 | 72 |
| Binary | 10010011 | 10011011 | 10001101 | 101 | 0 | 1001 | 100111 | 1011110 | 111 | 111010 |
Color Harmonies of #939B8D
Complementary color
Monochromatic Colors of #939B8D
Black with #939B8D
Text Example
Text Example
White with #939B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B8D; }
p { color: rgb(147,155,141); }
H1.HeaderClassName
{
color: #939B8D;
}
.AnyTagClassName
{
color: #939B8D;
}
</style>
background-color css
<style>
a { background-color: #939B8D; }
a { background-color: rgb(147,155,141); }
div.DivClassName
{
background-color: #939B8D;
}
.BgClassName
{
background-color: #939B8D;
}
</style>
border-color css
<style>
span { border-color: #939B8D; }
span { border-color: rgb(147,155,141); }
td.TdClassName
{
border-color: #939B8D;
}
.TagClassName
{
border-color: #939B8D;
}
</style>