Shades of Suva Grey #918B88
Tints of Suva Grey #918B88
RGB
CMYK
RGB Variations
Color information
#918B88 (or 0x918B88) is known color: Suva Grey. HEX triplet: 91, 8B and 88. RGB value is (145,139,136). Sum of RGB (Red+Green+Blue) = 145+139+136=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #918B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B88 is #6E7477. Grayscale: #8C8C8C. Windows color (decimal): -7238776 or 8948625. OLE color: 8948625.
HSL color Cylindrical-coordinate representation of color #918B88: hue angle of 20º 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 #918B88 is Cyan = 0, Magento = 0.04, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 139 | 136 | - |
| CMYK | 0 | 0.04 | 0.06 | 0.43 |
| HSL | 20º | 0.04% | 0.55% | - |
| HSV(B) | 20º | 0.06% | 0.57% | - |
| XYZ | 25.35 | 26.26 | 27.03 | - |
| YUV | 140.45 | 125.49 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 139 | 136 | 0 | 0.04 | 0.06 | 0.43 | 20 | 0.04 | 0.55 |
| Hex | 91 | 8B | 88 | 0 | 4 | 6 | 2B | 14 | 4 | 37 |
| Octal | 221 | 213 | 210 | 0 | 4 | 6 | 53 | 24 | 4 | 67 |
| Binary | 10010001 | 10001011 | 10001000 | 0 | 100 | 110 | 101011 | 10100 | 100 | 110111 |
Color Harmonies of #918B88
Complementary color
Monochromatic Colors of #918B88
Black with #918B88
Text Example
Text Example
White with #918B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918B88; }
p { color: rgb(145,139,136); }
H1.HeaderClassName
{
color: #918B88;
}
.AnyTagClassName
{
color: #918B88;
}
</style>
background-color css
<style>
a { background-color: #918B88; }
a { background-color: rgb(145,139,136); }
div.DivClassName
{
background-color: #918B88;
}
.BgClassName
{
background-color: #918B88;
}
</style>
border-color css
<style>
span { border-color: #918B88; }
span { border-color: rgb(145,139,136); }
td.TdClassName
{
border-color: #918B88;
}
.TagClassName
{
border-color: #918B88;
}
</style>