Shades of Suva Grey #908989
Tints of Suva Grey #908989
RGB
CMYK
RGB Variations
Color information
#908989 (or 0x908989) is known color: Suva Grey. HEX triplet: 90, 89 and 89. RGB value is (144,137,137). Sum of RGB (Red+Green+Blue) = 144+137+137=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 144 - color contains mainly: red. Hex color #908989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908989 is #6F7676. Grayscale: #8B8B8B. Windows color (decimal): -7304823 or 9013648. OLE color: 9013648.
HSL color Cylindrical-coordinate representation of color #908989: hue angle of 0º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #908989 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
RGB | 144 | 137 | 137 | - |
CMYK | 0 | 0.05 | 0.05 | 0.44 |
HSL | 0º | 0.03% | 0.55% | - |
HSV(B) | 0º | 0.05% | 0.56% | - |
XYZ | 24.96 | 25.63 | 27.3 | - |
YUV | 139.09 | 126.82 | 131.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 137 | 137 | 0 | 0.05 | 0.05 | 0.44 | 0 | 0.03 | 0.55 |
Hex | 90 | 89 | 89 | 0 | 5 | 5 | 2C | 0 | 3 | 37 |
Octal | 220 | 211 | 211 | 0 | 5 | 5 | 54 | 0 | 3 | 67 |
Binary | 10010000 | 10001001 | 10001001 | 0 | 101 | 101 | 101100 | 0 | 11 | 110111 |
Color Harmonies of #908989
Complementary color
Monochromatic Colors of #908989
Black with #908989
Text Example
Text Example
White with #908989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908989; }
p { color: rgb(144,137,137); }
H1.HeaderClassName
{
color: #908989;
}
.AnyTagClassName
{
color: #908989;
}
</style>
background-color css
<style>
a { background-color: #908989; }
a { background-color: rgb(144,137,137); }
div.DivClassName
{
background-color: #908989;
}
.BgClassName
{
background-color: #908989;
}
</style>
border-color css
<style>
span { border-color: #908989; }
span { border-color: rgb(144,137,137); }
td.TdClassName
{
border-color: #908989;
}
.TagClassName
{
border-color: #908989;
}
</style>