Shades of Suva Grey #908D8D
Tints of Suva Grey #908D8D
RGB
CMYK
RGB Variations
Color information
#908D8D (or 0x908D8D) is known color: Suva Grey. HEX triplet: 90, 8D and 8D. RGB value is (144,141,141). Sum of RGB (Red+Green+Blue) = 144+141+141=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 144 - color contains mainly: red. Hex color #908D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D8D is #6F7272. Grayscale: #8D8D8D. Windows color (decimal): -7303795 or 9276816. OLE color: 9276816.
HSL color Cylindrical-coordinate representation of color #908D8D: hue angle of 0º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #908D8D is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
RGB | 144 | 141 | 141 | - |
CMYK | 0 | 0.02 | 0.02 | 0.44 |
HSL | 0º | 0.01% | 0.56% | - |
HSV(B) | 0º | 0.02% | 0.56% | - |
XYZ | 25.83 | 26.9 | 29.03 | - |
YUV | 141.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 141 | 141 | 0 | 0.02 | 0.02 | 0.44 | 0 | 0.01 | 0.56 |
Hex | 90 | 8D | 8D | 0 | 2 | 2 | 2C | 0 | 1 | 38 |
Octal | 220 | 215 | 215 | 0 | 2 | 2 | 54 | 0 | 1 | 70 |
Binary | 10010000 | 10001101 | 10001101 | 0 | 10 | 10 | 101100 | 0 | 1 | 111000 |
Color Harmonies of #908D8D
Complementary color
Monochromatic Colors of #908D8D
Black with #908D8D
Text Example
Text Example
White with #908D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D8D; }
p { color: rgb(144,141,141); }
H1.HeaderClassName
{
color: #908D8D;
}
.AnyTagClassName
{
color: #908D8D;
}
</style>
background-color css
<style>
a { background-color: #908D8D; }
a { background-color: rgb(144,141,141); }
div.DivClassName
{
background-color: #908D8D;
}
.BgClassName
{
background-color: #908D8D;
}
</style>
border-color css
<style>
span { border-color: #908D8D; }
span { border-color: rgb(144,141,141); }
td.TdClassName
{
border-color: #908D8D;
}
.TagClassName
{
border-color: #908D8D;
}
</style>