Shades of Suva Grey #908884
Tints of Suva Grey #908884
RGB
CMYK
RGB Variations
Color information
#908884 (or 0x908884) is known color: Suva Grey. HEX triplet: 90, 88 and 84. RGB value is (144,136,132). Sum of RGB (Red+Green+Blue) = 144+136+132=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908884 is #6F777B. Grayscale: #898989. Windows color (decimal): -7305084 or 8685712. OLE color: 8685712.
HSL color Cylindrical-coordinate representation of color #908884: hue angle of 20º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908884 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 132 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.44 |
| HSL | 20º | 0.05% | 0.54% | - |
| HSV(B) | 20º | 0.08% | 0.56% | - |
| XYZ | 24.47 | 25.2 | 25.4 | - |
| YUV | 137.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 132 | 0 | 0.06 | 0.08 | 0.44 | 20 | 0.05 | 0.54 |
| Hex | 90 | 88 | 84 | 0 | 6 | 8 | 2C | 14 | 5 | 36 |
| Octal | 220 | 210 | 204 | 0 | 6 | 10 | 54 | 24 | 5 | 66 |
| Binary | 10010000 | 10001000 | 10000100 | 0 | 110 | 1000 | 101100 | 10100 | 101 | 110110 |
Color Harmonies of #908884
Complementary color
Monochromatic Colors of #908884
Black with #908884
Text Example
Text Example
White with #908884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908884; }
p { color: rgb(144,136,132); }
H1.HeaderClassName
{
color: #908884;
}
.AnyTagClassName
{
color: #908884;
}
</style>
background-color css
<style>
a { background-color: #908884; }
a { background-color: rgb(144,136,132); }
div.DivClassName
{
background-color: #908884;
}
.BgClassName
{
background-color: #908884;
}
</style>
border-color css
<style>
span { border-color: #908884; }
span { border-color: rgb(144,136,132); }
td.TdClassName
{
border-color: #908884;
}
.TagClassName
{
border-color: #908884;
}
</style>