Shades of Suva Grey #918D8B
Tints of Suva Grey #918D8B
RGB
CMYK
RGB Variations
Color information
#918D8B (or 0x918D8B) is known color: Suva Grey. HEX triplet: 91, 8D and 8B. RGB value is (145,141,139). Sum of RGB (Red+Green+Blue) = 145+141+139=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 145 - color contains mainly: red. Hex color #918D8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918D8B is #6E7274. Grayscale: #8D8D8D. Windows color (decimal): -7238261 or 9145745. OLE color: 9145745.
HSL color Cylindrical-coordinate representation of color #918D8B: hue angle of 20º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #918D8B is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 141 | 139 | - |
| CMYK | 0 | 0.03 | 0.04 | 0.43 |
| HSL | 20º | 0.03% | 0.56% | - |
| HSV(B) | 20º | 0.04% | 0.57% | - |
| XYZ | 25.86 | 26.93 | 28.26 | - |
| YUV | 141.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 141 | 139 | 0 | 0.03 | 0.04 | 0.43 | 20 | 0.03 | 0.56 |
| Hex | 91 | 8D | 8B | 0 | 3 | 4 | 2B | 14 | 3 | 38 |
| Octal | 221 | 215 | 213 | 0 | 3 | 4 | 53 | 24 | 3 | 70 |
| Binary | 10010001 | 10001101 | 10001011 | 0 | 11 | 100 | 101011 | 10100 | 11 | 111000 |
Color Harmonies of #918D8B
Complementary color
Monochromatic Colors of #918D8B
Black with #918D8B
Text Example
Text Example
White with #918D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918D8B; }
p { color: rgb(145,141,139); }
H1.HeaderClassName
{
color: #918D8B;
}
.AnyTagClassName
{
color: #918D8B;
}
</style>
background-color css
<style>
a { background-color: #918D8B; }
a { background-color: rgb(145,141,139); }
div.DivClassName
{
background-color: #918D8B;
}
.BgClassName
{
background-color: #918D8B;
}
</style>
border-color css
<style>
span { border-color: #918D8B; }
span { border-color: rgb(145,141,139); }
td.TdClassName
{
border-color: #918D8B;
}
.TagClassName
{
border-color: #918D8B;
}
</style>