Shades of Suva Grey #918884
Tints of Suva Grey #918884
RGB
CMYK
RGB Variations
Color information
#918884 (or 0x918884) is known color: Suva Grey. HEX triplet: 91, 88 and 84. RGB value is (145,136,132). Sum of RGB (Red+Green+Blue) = 145+136+132=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #918884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918884 is #6E777B. Grayscale: #8A8A8A. Windows color (decimal): -7239548 or 8685713. OLE color: 8685713.
HSL color Cylindrical-coordinate representation of color #918884: hue angle of 18.46º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918884 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 132 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.43 |
| HSL | 18.46º | 0.06% | 0.54% | - |
| HSV(B) | 18.46º | 0.09% | 0.57% | - |
| XYZ | 24.65 | 25.29 | 25.41 | - |
| YUV | 138.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 132 | 0 | 0.06 | 0.09 | 0.43 | 18.46 | 0.06 | 0.54 |
| Hex | 91 | 88 | 84 | 0 | 6 | 9 | 2B | 12 | 6 | 36 |
| Octal | 221 | 210 | 204 | 0 | 6 | 11 | 53 | 22 | 6 | 66 |
| Binary | 10010001 | 10001000 | 10000100 | 0 | 110 | 1001 | 101011 | 10010 | 110 | 110110 |
Color Harmonies of #918884
Complementary color
Monochromatic Colors of #918884
Black with #918884
Text Example
Text Example
White with #918884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918884; }
p { color: rgb(145,136,132); }
H1.HeaderClassName
{
color: #918884;
}
.AnyTagClassName
{
color: #918884;
}
</style>
background-color css
<style>
a { background-color: #918884; }
a { background-color: rgb(145,136,132); }
div.DivClassName
{
background-color: #918884;
}
.BgClassName
{
background-color: #918884;
}
</style>
border-color css
<style>
span { border-color: #918884; }
span { border-color: rgb(145,136,132); }
td.TdClassName
{
border-color: #918884;
}
.TagClassName
{
border-color: #918884;
}
</style>