Shades of Suva Grey #908D8C
Tints of Suva Grey #908D8C
RGB
CMYK
RGB Variations
Color information
#908D8C (or 0x908D8C) is known color: Suva Grey. HEX triplet: 90, 8D and 8C. RGB value is (144,141,140). Sum of RGB (Red+Green+Blue) = 144+141+140=425 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.88% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 144 - color contains mainly: red. Hex color #908D8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D8C is #6F7273. Grayscale: #8D8D8D. Windows color (decimal): -7303796 or 9211280. OLE color: 9211280.
HSL color Cylindrical-coordinate representation of color #908D8C: hue angle of 15º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908D8C is Cyan = 0, Magento = 0.02, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 141 | 140 | - |
| CMYK | 0 | 0.02 | 0.03 | 0.44 |
| HSL | 15º | 0.02% | 0.56% | - |
| HSV(B) | 15º | 0.03% | 0.56% | - |
| XYZ | 25.76 | 26.87 | 28.64 | - |
| YUV | 141.78 | 126.99 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 140 | 0 | 0.02 | 0.03 | 0.44 | 15 | 0.02 | 0.56 |
| Hex | 90 | 8D | 8C | 0 | 2 | 3 | 2C | F | 2 | 38 |
| Octal | 220 | 215 | 214 | 0 | 2 | 3 | 54 | 17 | 2 | 70 |
| Binary | 10010000 | 10001101 | 10001100 | 0 | 10 | 11 | 101100 | 1111 | 10 | 111000 |
Color Harmonies of #908D8C
Complementary color
Monochromatic Colors of #908D8C
Black with #908D8C
Text Example
Text Example
White with #908D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D8C; }
p { color: rgb(144,141,140); }
H1.HeaderClassName
{
color: #908D8C;
}
.AnyTagClassName
{
color: #908D8C;
}
</style>
background-color css
<style>
a { background-color: #908D8C; }
a { background-color: rgb(144,141,140); }
div.DivClassName
{
background-color: #908D8C;
}
.BgClassName
{
background-color: #908D8C;
}
</style>
border-color css
<style>
span { border-color: #908D8C; }
span { border-color: rgb(144,141,140); }
td.TdClassName
{
border-color: #908D8C;
}
.TagClassName
{
border-color: #908D8C;
}
</style>