Shades of Grey Suit #928DAB
Tints of Grey Suit #928DAB
RGB
CMYK
RGB Variations
Color information
#928DAB (or 0x928DAB) is known color: Grey Suit. HEX triplet: 92, 8D and AB. RGB value is (146,141,171). Sum of RGB (Red+Green+Blue) = 146+141+171=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 171 (67.19% from 255 or 37.34% from 458); Max value from RGB is 171 - color contains mainly: blue. Hex color #928DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DAB is #6D7254. Grayscale: #919191. Windows color (decimal): -7172693 or 11242898. OLE color: 11242898.
HSL color Cylindrical-coordinate representation of color #928DAB: hue angle of 250º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928DAB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 141 | 171 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.33 |
| HSL | 250º | 0.15% | 0.61% | - |
| HSV(B) | 250º | 0.18% | 0.67% | - |
| XYZ | 28.73 | 28.1 | 42.44 | - |
| YUV | 145.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 171 | 0.15 | 0.18 | 0 | 0.33 | 250 | 0.15 | 0.61 |
| Hex | 92 | 8D | AB | F | 12 | 0 | 21 | FA | F | 3D |
| Octal | 222 | 215 | 253 | 17 | 22 | 0 | 41 | 372 | 17 | 75 |
| Binary | 10010010 | 10001101 | 10101011 | 1111 | 10010 | 0 | 100001 | 11111010 | 1111 | 111101 |
Color Harmonies of #928DAB
Complementary color
Monochromatic Colors of #928DAB
Black with #928DAB
Text Example
Text Example
White with #928DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DAB; }
p { color: rgb(146,141,171); }
H1.HeaderClassName
{
color: #928DAB;
}
.AnyTagClassName
{
color: #928DAB;
}
</style>
background-color css
<style>
a { background-color: #928DAB; }
a { background-color: rgb(146,141,171); }
div.DivClassName
{
background-color: #928DAB;
}
.BgClassName
{
background-color: #928DAB;
}
</style>
border-color css
<style>
span { border-color: #928DAB; }
span { border-color: rgb(146,141,171); }
td.TdClassName
{
border-color: #928DAB;
}
.TagClassName
{
border-color: #928DAB;
}
</style>