Shades of Suva Grey #928F8E
Tints of Suva Grey #928F8E
RGB
CMYK
RGB Variations
Color information
#928F8E (or 0x928F8E) is known color: Suva Grey. HEX triplet: 92, 8F and 8E. RGB value is (146,143,142). Sum of RGB (Red+Green+Blue) = 146+143+142=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 146 - color contains mainly: red. Hex color #928F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928F8E is #6D7071. Grayscale: #8F8F8F. Windows color (decimal): -7172210 or 9342866. OLE color: 9342866.
HSL color Cylindrical-coordinate representation of color #928F8E: hue angle of 15º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #928F8E is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 143 | 142 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.43 |
| HSL | 15º | 0.02% | 0.56% | - |
| HSV(B) | 15º | 0.03% | 0.57% | - |
| XYZ | 26.56 | 27.71 | 29.54 | - |
| YUV | 143.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 142 | 0 | 0.02 | 0.03 | 0.43 | 15 | 0.02 | 0.56 |
| Hex | 92 | 8F | 8E | 0 | 2 | 3 | 2B | F | 2 | 38 |
| Octal | 222 | 217 | 216 | 0 | 2 | 3 | 53 | 17 | 2 | 70 |
| Binary | 10010010 | 10001111 | 10001110 | 0 | 10 | 11 | 101011 | 1111 | 10 | 111000 |
Color Harmonies of #928F8E
Complementary color
Monochromatic Colors of #928F8E
Black with #928F8E
Text Example
Text Example
White with #928F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928F8E; }
p { color: rgb(146,143,142); }
H1.HeaderClassName
{
color: #928F8E;
}
.AnyTagClassName
{
color: #928F8E;
}
</style>
background-color css
<style>
a { background-color: #928F8E; }
a { background-color: rgb(146,143,142); }
div.DivClassName
{
background-color: #928F8E;
}
.BgClassName
{
background-color: #928F8E;
}
</style>
border-color css
<style>
span { border-color: #928F8E; }
span { border-color: rgb(146,143,142); }
td.TdClassName
{
border-color: #928F8E;
}
.TagClassName
{
border-color: #928F8E;
}
</style>