Shades of Grey Suit #908D9D
Tints of Grey Suit #908D9D
RGB
CMYK
RGB Variations
Color information
#908D9D (or 0x908D9D) is known color: Grey Suit. HEX triplet: 90, 8D and 9D. RGB value is (144,141,157). Sum of RGB (Red+Green+Blue) = 144+141+157=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 157 - color contains mainly: blue. Hex color #908D9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D9D is #6F7262. Grayscale: #8F8F8F. Windows color (decimal): -7303779 or 10325392. OLE color: 10325392.
HSL color Cylindrical-coordinate representation of color #908D9D: hue angle of 251.25º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #908D9D is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 141 | 157 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.38 |
| HSL | 251.25º | 0.08% | 0.58% | - |
| HSV(B) | 251.25º | 0.1% | 0.62% | - |
| XYZ | 27.11 | 27.41 | 35.76 | - |
| YUV | 143.72 | 135.49 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 141 | 157 | 0.08 | 0.10 | 0 | 0.38 | 251.25 | 0.08 | 0.58 |
| Hex | 90 | 8D | 9D | 8 | A | 0 | 26 | FB | 8 | 3A |
| Octal | 220 | 215 | 235 | 10 | 12 | 0 | 46 | 373 | 10 | 72 |
| Binary | 10010000 | 10001101 | 10011101 | 1000 | 1010 | 0 | 100110 | 11111011 | 1000 | 111010 |
Color Harmonies of #908D9D
Complementary color
Monochromatic Colors of #908D9D
Black with #908D9D
Text Example
Text Example
White with #908D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908D9D; }
p { color: rgb(144,141,157); }
H1.HeaderClassName
{
color: #908D9D;
}
.AnyTagClassName
{
color: #908D9D;
}
</style>
background-color css
<style>
a { background-color: #908D9D; }
a { background-color: rgb(144,141,157); }
div.DivClassName
{
background-color: #908D9D;
}
.BgClassName
{
background-color: #908D9D;
}
</style>
border-color css
<style>
span { border-color: #908D9D; }
span { border-color: rgb(144,141,157); }
td.TdClassName
{
border-color: #908D9D;
}
.TagClassName
{
border-color: #908D9D;
}
</style>