Shades of Suva Grey #998F8C
Tints of Suva Grey #998F8C
RGB
CMYK
RGB Variations
Color information
#998F8C (or 0x998F8C) is known color: Suva Grey. HEX triplet: 99, 8F and 8C. RGB value is (153,143,140). Sum of RGB (Red+Green+Blue) = 153+143+140=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998F8C is #667073. Grayscale: #919191. Windows color (decimal): -6713460 or 9211801. OLE color: 9211801.
HSL color Cylindrical-coordinate representation of color #998F8C: hue angle of 13.85º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998F8C is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 140 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.4 |
| HSL | 13.85º | 0.06% | 0.57% | - |
| HSV(B) | 13.85º | 0.08% | 0.6% | - |
| XYZ | 27.69 | 28.31 | 28.82 | - |
| YUV | 145.65 | 124.81 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 140 | 0 | 0.07 | 0.08 | 0.4 | 13.85 | 0.06 | 0.57 |
| Hex | 99 | 8F | 8C | 0 | 7 | 8 | 28 | E | 6 | 39 |
| Octal | 231 | 217 | 214 | 0 | 7 | 10 | 50 | 16 | 6 | 71 |
| Binary | 10011001 | 10001111 | 10001100 | 0 | 111 | 1000 | 101000 | 1110 | 110 | 111001 |
Color Harmonies of #998F8C
Complementary color
Monochromatic Colors of #998F8C
Black with #998F8C
Text Example
Text Example
White with #998F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F8C; }
p { color: rgb(153,143,140); }
H1.HeaderClassName
{
color: #998F8C;
}
.AnyTagClassName
{
color: #998F8C;
}
</style>
background-color css
<style>
a { background-color: #998F8C; }
a { background-color: rgb(153,143,140); }
div.DivClassName
{
background-color: #998F8C;
}
.BgClassName
{
background-color: #998F8C;
}
</style>
border-color css
<style>
span { border-color: #998F8C; }
span { border-color: rgb(153,143,140); }
td.TdClassName
{
border-color: #998F8C;
}
.TagClassName
{
border-color: #998F8C;
}
</style>