Shades of Suva Grey #908885
Tints of Suva Grey #908885
RGB
CMYK
RGB Variations
Color information
#908885 (or 0x908885) is known color: Suva Grey. HEX triplet: 90, 88 and 85. RGB value is (144,136,133). Sum of RGB (Red+Green+Blue) = 144+136+133=413 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.87% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 144 - color contains mainly: red. Hex color #908885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908885 is #6F777A. Grayscale: #8A8A8A. Windows color (decimal): -7305083 or 8751248. OLE color: 8751248.
HSL color Cylindrical-coordinate representation of color #908885: hue angle of 16.36º 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 #908885 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 133 | - |
| CMYK | 0 | 0.06 | 0.08 | 0.44 |
| HSL | 16.36º | 0.05% | 0.54% | - |
| HSV(B) | 16.36º | 0.08% | 0.56% | - |
| XYZ | 24.54 | 25.23 | 25.77 | - |
| YUV | 138.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 133 | 0 | 0.06 | 0.08 | 0.44 | 16.36 | 0.05 | 0.54 |
| Hex | 90 | 88 | 85 | 0 | 6 | 8 | 2C | 10 | 5 | 36 |
| Octal | 220 | 210 | 205 | 0 | 6 | 10 | 54 | 20 | 5 | 66 |
| Binary | 10010000 | 10001000 | 10000101 | 0 | 110 | 1000 | 101100 | 10000 | 101 | 110110 |
Color Harmonies of #908885
Complementary color
Monochromatic Colors of #908885
Black with #908885
Text Example
Text Example
White with #908885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908885; }
p { color: rgb(144,136,133); }
H1.HeaderClassName
{
color: #908885;
}
.AnyTagClassName
{
color: #908885;
}
</style>
background-color css
<style>
a { background-color: #908885; }
a { background-color: rgb(144,136,133); }
div.DivClassName
{
background-color: #908885;
}
.BgClassName
{
background-color: #908885;
}
</style>
border-color css
<style>
span { border-color: #908885; }
span { border-color: rgb(144,136,133); }
td.TdClassName
{
border-color: #908885;
}
.TagClassName
{
border-color: #908885;
}
</style>