Shades of Grey Suit #928DB1
Tints of Grey Suit #928DB1
RGB
CMYK
RGB Variations
Color information
#928DB1 (or 0x928DB1) is known color: Grey Suit. HEX triplet: 92, 8D and B1. RGB value is (146,141,177). Sum of RGB (Red+Green+Blue) = 146+141+177=464 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.47% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 177 (69.53% from 255 or 38.15% from 464); Max value from RGB is 177 - color contains mainly: blue. Hex color #928DB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DB1 is #6D724E. Grayscale: #929292. Windows color (decimal): -7172687 or 11636114. OLE color: 11636114.
HSL color Cylindrical-coordinate representation of color #928DB1: hue angle of 248.33º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928DB1 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 141 | 177 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.31 |
| HSL | 248.33º | 0.19% | 0.62% | - |
| HSV(B) | 248.33º | 0.2% | 0.69% | - |
| XYZ | 29.31 | 28.34 | 45.52 | - |
| YUV | 146.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 177 | 0.18 | 0.20 | 0 | 0.31 | 248.33 | 0.19 | 0.62 |
| Hex | 92 | 8D | B1 | 12 | 14 | 0 | 1F | F8 | 13 | 3E |
| Octal | 222 | 215 | 261 | 22 | 24 | 0 | 37 | 370 | 23 | 76 |
| Binary | 10010010 | 10001101 | 10110001 | 10010 | 10100 | 0 | 11111 | 11111000 | 10011 | 111110 |
Color Harmonies of #928DB1
Complementary color
Monochromatic Colors of #928DB1
Black with #928DB1
Text Example
Text Example
White with #928DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928DB1; }
p { color: rgb(146,141,177); }
H1.HeaderClassName
{
color: #928DB1;
}
.AnyTagClassName
{
color: #928DB1;
}
</style>
background-color css
<style>
a { background-color: #928DB1; }
a { background-color: rgb(146,141,177); }
div.DivClassName
{
background-color: #928DB1;
}
.BgClassName
{
background-color: #928DB1;
}
</style>
border-color css
<style>
span { border-color: #928DB1; }
span { border-color: rgb(146,141,177); }
td.TdClassName
{
border-color: #928DB1;
}
.TagClassName
{
border-color: #928DB1;
}
</style>