Shades of Grey Suit #908A9D
Tints of Grey Suit #908A9D
RGB
CMYK
RGB Variations
Color information
#908A9D (or 0x908A9D) is known color: Grey Suit. HEX triplet: 90, 8A and 9D. RGB value is (144,138,157). Sum of RGB (Red+Green+Blue) = 144+138+157=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #908A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908A9D is #6F7562. Grayscale: #8D8D8D. Windows color (decimal): -7304547 or 10324624. OLE color: 10324624.
HSL color Cylindrical-coordinate representation of color #908A9D: hue angle of 258.95º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #908A9D is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 138 | 157 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.38 |
| HSL | 258.95º | 0.09% | 0.58% | - |
| HSV(B) | 258.95º | 0.12% | 0.62% | - |
| XYZ | 26.68 | 26.54 | 35.62 | - |
| YUV | 141.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 138 | 157 | 0.08 | 0.12 | 0 | 0.38 | 258.95 | 0.09 | 0.58 |
| Hex | 90 | 8A | 9D | 8 | C | 0 | 26 | 103 | 9 | 3A |
| Octal | 220 | 212 | 235 | 10 | 14 | 0 | 46 | 403 | 11 | 72 |
| Binary | 10010000 | 10001010 | 10011101 | 1000 | 1100 | 0 | 100110 | 100000011 | 1001 | 111010 |
Color Harmonies of #908A9D
Complementary color
Monochromatic Colors of #908A9D
Black with #908A9D
Text Example
Text Example
White with #908A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908A9D; }
p { color: rgb(144,138,157); }
H1.HeaderClassName
{
color: #908A9D;
}
.AnyTagClassName
{
color: #908A9D;
}
</style>
background-color css
<style>
a { background-color: #908A9D; }
a { background-color: rgb(144,138,157); }
div.DivClassName
{
background-color: #908A9D;
}
.BgClassName
{
background-color: #908A9D;
}
</style>
border-color css
<style>
span { border-color: #908A9D; }
span { border-color: rgb(144,138,157); }
td.TdClassName
{
border-color: #908A9D;
}
.TagClassName
{
border-color: #908A9D;
}
</style>