Shades of Grey Suit #908A9B
Tints of Grey Suit #908A9B
RGB
CMYK
RGB Variations
Color information
#908A9B (or 0x908A9B) is known color: Grey Suit. HEX triplet: 90, 8A and 9B. RGB value is (144,138,155). Sum of RGB (Red+Green+Blue) = 144+138+155=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 155 - color contains mainly: blue. Hex color #908A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A9B is #6F7564. Grayscale: #8D8D8D. Windows color (decimal): -7304549 or 10193552. OLE color: 10193552.
HSL color Cylindrical-coordinate representation of color #908A9B: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #908A9B is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 138 | 155 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.39 |
| HSL | 261.18º | 0.08% | 0.57% | - |
| HSV(B) | 261.18º | 0.11% | 0.61% | - |
| XYZ | 26.51 | 26.47 | 34.72 | - |
| YUV | 141.73 | 135.49 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 155 | 0.07 | 0.11 | 0 | 0.39 | 261.18 | 0.08 | 0.57 |
| Hex | 90 | 8A | 9B | 7 | B | 0 | 27 | 105 | 8 | 39 |
| Octal | 220 | 212 | 233 | 7 | 13 | 0 | 47 | 405 | 10 | 71 |
| Binary | 10010000 | 10001010 | 10011011 | 111 | 1011 | 0 | 100111 | 100000101 | 1000 | 111001 |
Color Harmonies of #908A9B
Complementary color
Monochromatic Colors of #908A9B
Black with #908A9B
Text Example
Text Example
White with #908A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A9B; }
p { color: rgb(144,138,155); }
H1.HeaderClassName
{
color: #908A9B;
}
.AnyTagClassName
{
color: #908A9B;
}
</style>
background-color css
<style>
a { background-color: #908A9B; }
a { background-color: rgb(144,138,155); }
div.DivClassName
{
background-color: #908A9B;
}
.BgClassName
{
background-color: #908A9B;
}
</style>
border-color css
<style>
span { border-color: #908A9B; }
span { border-color: rgb(144,138,155); }
td.TdClassName
{
border-color: #908A9B;
}
.TagClassName
{
border-color: #908A9B;
}
</style>