Shades of Aluminium #929394
Tints of Aluminium #929394
RGB
CMYK
RGB Variations
Color information
#929394 (or 0x929394) is known color: Aluminium. HEX triplet: 92, 93 and 94. RGB value is (146,147,148). Sum of RGB (Red+Green+Blue) = 146+147+148=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 148 - color contains mainly: blue. Hex color #929394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929394 is #6D6C6B. Grayscale: #929292. Windows color (decimal): -7171180 or 9737106. OLE color: 9737106.
HSL color Cylindrical-coordinate representation of color #929394: hue angle of 210º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #929394 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 147 | 148 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.42 |
| HSL | 210º | 0.01% | 0.58% | - |
| HSV(B) | 210º | 0.01% | 0.58% | - |
| XYZ | 27.63 | 29.12 | 32.18 | - |
| YUV | 146.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 147 | 148 | 0.01 | 0.01 | 0 | 0.42 | 210 | 0.01 | 0.58 |
| Hex | 92 | 93 | 94 | 1 | 1 | 0 | 2A | D2 | 1 | 3A |
| Octal | 222 | 223 | 224 | 1 | 1 | 0 | 52 | 322 | 1 | 72 |
| Binary | 10010010 | 10010011 | 10010100 | 1 | 1 | 0 | 101010 | 11010010 | 1 | 111010 |
Color Harmonies of #929394
Complementary color
Monochromatic Colors of #929394
Black with #929394
Text Example
Text Example
White with #929394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929394; }
p { color: rgb(146,147,148); }
H1.HeaderClassName
{
color: #929394;
}
.AnyTagClassName
{
color: #929394;
}
</style>
background-color css
<style>
a { background-color: #929394; }
a { background-color: rgb(146,147,148); }
div.DivClassName
{
background-color: #929394;
}
.BgClassName
{
background-color: #929394;
}
</style>
border-color css
<style>
span { border-color: #929394; }
span { border-color: rgb(146,147,148); }
td.TdClassName
{
border-color: #929394;
}
.TagClassName
{
border-color: #929394;
}
</style>