Shades of Delta #929B8B
Tints of Delta #929B8B
RGB
CMYK
RGB Variations
Color information
#929B8B (or 0x929B8B) is known color: Delta. HEX triplet: 92, 9B and 8B. RGB value is (146,155,139). Sum of RGB (Red+Green+Blue) = 146+155+139=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 155 - color contains mainly: green. Hex color #929B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929B8B is #6D6474. Grayscale: #969696. Windows color (decimal): -7169141 or 9149330. OLE color: 9149330.
HSL color Cylindrical-coordinate representation of color #929B8B: hue angle of 93.75º 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 #929B8B is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 155 | 139 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.39 |
| HSL | 93.75º | 0.07% | 0.58% | - |
| HSV(B) | 93.75º | 0.1% | 0.61% | - |
| XYZ | 28.24 | 31.42 | 29 | - |
| YUV | 150.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 155 | 139 | 0.06 | 0 | 0.10 | 0.39 | 93.75 | 0.07 | 0.58 |
| Hex | 92 | 9B | 8B | 6 | 0 | A | 27 | 5E | 7 | 3A |
| Octal | 222 | 233 | 213 | 6 | 0 | 12 | 47 | 136 | 7 | 72 |
| Binary | 10010010 | 10011011 | 10001011 | 110 | 0 | 1010 | 100111 | 1011110 | 111 | 111010 |
Color Harmonies of #929B8B
Complementary color
Monochromatic Colors of #929B8B
Black with #929B8B
Text Example
Text Example
White with #929B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929B8B; }
p { color: rgb(146,155,139); }
H1.HeaderClassName
{
color: #929B8B;
}
.AnyTagClassName
{
color: #929B8B;
}
</style>
background-color css
<style>
a { background-color: #929B8B; }
a { background-color: rgb(146,155,139); }
div.DivClassName
{
background-color: #929B8B;
}
.BgClassName
{
background-color: #929B8B;
}
</style>
border-color css
<style>
span { border-color: #929B8B; }
span { border-color: rgb(146,155,139); }
td.TdClassName
{
border-color: #929B8B;
}
.TagClassName
{
border-color: #929B8B;
}
</style>