Shades of Suva Grey #918C89
Tints of Suva Grey #918C89
RGB
CMYK
RGB Variations
Color information
#918C89 (or 0x918C89) is known color: Suva Grey. HEX triplet: 91, 8C and 89. RGB value is (145,140,137). Sum of RGB (Red+Green+Blue) = 145+140+137=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 137 (53.91% from 255 or 32.46% from 422); Max value from RGB is 145 - color contains mainly: red. Hex color #918C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918C89 is #6E7376. Grayscale: #8D8D8D. Windows color (decimal): -7238519 or 9014417. OLE color: 9014417.
HSL color Cylindrical-coordinate representation of color #918C89: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #918C89 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 140 | 137 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.43 |
| HSL | 22.5º | 0.04% | 0.55% | - |
| HSV(B) | 22.5º | 0.06% | 0.57% | - |
| XYZ | 25.57 | 26.58 | 27.45 | - |
| YUV | 141.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 140 | 137 | 0 | 0.03 | 0.06 | 0.43 | 22.5 | 0.04 | 0.55 |
| Hex | 91 | 8C | 89 | 0 | 3 | 6 | 2B | 16 | 4 | 37 |
| Octal | 221 | 214 | 211 | 0 | 3 | 6 | 53 | 26 | 4 | 67 |
| Binary | 10010001 | 10001100 | 10001001 | 0 | 11 | 110 | 101011 | 10110 | 100 | 110111 |
Color Harmonies of #918C89
Complementary color
Monochromatic Colors of #918C89
Black with #918C89
Text Example
Text Example
White with #918C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918C89; }
p { color: rgb(145,140,137); }
H1.HeaderClassName
{
color: #918C89;
}
.AnyTagClassName
{
color: #918C89;
}
</style>
background-color css
<style>
a { background-color: #918C89; }
a { background-color: rgb(145,140,137); }
div.DivClassName
{
background-color: #918C89;
}
.BgClassName
{
background-color: #918C89;
}
</style>
border-color css
<style>
span { border-color: #918C89; }
span { border-color: rgb(145,140,137); }
td.TdClassName
{
border-color: #918C89;
}
.TagClassName
{
border-color: #918C89;
}
</style>