Shades of Suva Grey #9A8F8C
Tints of Suva Grey #9A8F8C
RGB
CMYK
RGB Variations
Color information
#9A8F8C (or 0x9A8F8C) is known color: Suva Grey. HEX triplet: 9A, 8F and 8C. RGB value is (154,143,140). Sum of RGB (Red+Green+Blue) = 154+143+140=437 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.24% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8F8C is #657073. Grayscale: #919191. Windows color (decimal): -6647924 or 9211802. OLE color: 9211802.
HSL color Cylindrical-coordinate representation of color #9A8F8C: hue angle of 12.86º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9A8F8C is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
RGB | 154 | 143 | 140 | - |
CMYK | 0 | 0.07 | 0.09 | 0.40 |
HSL | 12.86º | 0.06% | 0.58% | - |
HSV(B) | 12.86º | 0.09% | 0.6% | - |
XYZ | 27.88 | 28.41 | 28.82 | - |
YUV | 145.95 | 124.64 | 133.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 143 | 140 | 0 | 0.07 | 0.09 | 0.40 | 12.86 | 0.06 | 0.58 |
Hex | 9A | 8F | 8C | 0 | 7 | 9 | 28 | D | 6 | 3A |
Octal | 232 | 217 | 214 | 0 | 7 | 11 | 50 | 15 | 6 | 72 |
Binary | 10011010 | 10001111 | 10001100 | 0 | 111 | 1001 | 101000 | 1101 | 110 | 111010 |
Color Harmonies of #9A8F8C
Complementary color
Monochromatic Colors of #9A8F8C
Black with #9A8F8C
Text Example
Text Example
White with #9A8F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A8F8C; }
p { color: rgb(154,143,140); }
H1.HeaderClassName
{
color: #9A8F8C;
}
.AnyTagClassName
{
color: #9A8F8C;
}
</style>
background-color css
<style>
a { background-color: #9A8F8C; }
a { background-color: rgb(154,143,140); }
div.DivClassName
{
background-color: #9A8F8C;
}
.BgClassName
{
background-color: #9A8F8C;
}
</style>
border-color css
<style>
span { border-color: #9A8F8C; }
span { border-color: rgb(154,143,140); }
td.TdClassName
{
border-color: #9A8F8C;
}
.TagClassName
{
border-color: #9A8F8C;
}
</style>