Shades of Delta #939B8B
Tints of Delta #939B8B
RGB
CMYK
RGB Variations
Color information
#939B8B (or 0x939B8B) is known color: Delta. HEX triplet: 93, 9B and 8B. RGB value is (147,155,139). Sum of RGB (Red+Green+Blue) = 147+155+139=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #939B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939B8B is #6C6474. Grayscale: #969696. Windows color (decimal): -7103605 or 9149331. OLE color: 9149331.
HSL color Cylindrical-coordinate representation of color #939B8B: hue angle of 90º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #939B8B is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 147 | 155 | 139 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.39 |
| HSL | 90º | 0.07% | 0.58% | - |
| HSV(B) | 90º | 0.1% | 0.61% | - |
| XYZ | 28.41 | 31.51 | 29.01 | - |
| YUV | 150.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 155 | 139 | 0.05 | 0 | 0.10 | 0.39 | 90 | 0.07 | 0.58 |
| Hex | 93 | 9B | 8B | 5 | 0 | A | 27 | 5A | 7 | 3A |
| Octal | 223 | 233 | 213 | 5 | 0 | 12 | 47 | 132 | 7 | 72 |
| Binary | 10010011 | 10011011 | 10001011 | 101 | 0 | 1010 | 100111 | 1011010 | 111 | 111010 |
Color Harmonies of #939B8B
Complementary color
Monochromatic Colors of #939B8B
Black with #939B8B
Text Example
Text Example
White with #939B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939B8B; }
p { color: rgb(147,155,139); }
H1.HeaderClassName
{
color: #939B8B;
}
.AnyTagClassName
{
color: #939B8B;
}
</style>
background-color css
<style>
a { background-color: #939B8B; }
a { background-color: rgb(147,155,139); }
div.DivClassName
{
background-color: #939B8B;
}
.BgClassName
{
background-color: #939B8B;
}
</style>
border-color css
<style>
span { border-color: #939B8B; }
span { border-color: rgb(147,155,139); }
td.TdClassName
{
border-color: #939B8B;
}
.TagClassName
{
border-color: #939B8B;
}
</style>