Shades of Suva Grey #918F8E
Tints of Suva Grey #918F8E
RGB
CMYK
RGB Variations
Color information
#918F8E (or 0x918F8E) is known color: Suva Grey. HEX triplet: 91, 8F and 8E. RGB value is (145,143,142). Sum of RGB (Red+Green+Blue) = 145+143+142=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 145 - color contains mainly: red. Hex color #918F8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918F8E is #6E7071. Grayscale: #8F8F8F. Windows color (decimal): -7237746 or 9342865. OLE color: 9342865.
HSL color Cylindrical-coordinate representation of color #918F8E: hue angle of 20º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #918F8E is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 143 | 142 | - |
| CMYK | 0 | 0.01 | 0.02 | 0.43 |
| HSL | 20º | 0.01% | 0.56% | - |
| HSV(B) | 20º | 0.02% | 0.57% | - |
| XYZ | 26.38 | 27.62 | 29.53 | - |
| YUV | 143.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 143 | 142 | 0 | 0.01 | 0.02 | 0.43 | 20 | 0.01 | 0.56 |
| Hex | 91 | 8F | 8E | 0 | 1 | 2 | 2B | 14 | 1 | 38 |
| Octal | 221 | 217 | 216 | 0 | 1 | 2 | 53 | 24 | 1 | 70 |
| Binary | 10010001 | 10001111 | 10001110 | 0 | 1 | 10 | 101011 | 10100 | 1 | 111000 |
Color Harmonies of #918F8E
Complementary color
Monochromatic Colors of #918F8E
Black with #918F8E
Text Example
Text Example
White with #918F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918F8E; }
p { color: rgb(145,143,142); }
H1.HeaderClassName
{
color: #918F8E;
}
.AnyTagClassName
{
color: #918F8E;
}
</style>
background-color css
<style>
a { background-color: #918F8E; }
a { background-color: rgb(145,143,142); }
div.DivClassName
{
background-color: #918F8E;
}
.BgClassName
{
background-color: #918F8E;
}
</style>
border-color css
<style>
span { border-color: #918F8E; }
span { border-color: rgb(145,143,142); }
td.TdClassName
{
border-color: #918F8E;
}
.TagClassName
{
border-color: #918F8E;
}
</style>