Shades of Grey Suit #928CAE
Tints of Grey Suit #928CAE
RGB
CMYK
RGB Variations
Color information
#928CAE (or 0x928CAE) is known color: Grey Suit. HEX triplet: 92, 8C and AE. RGB value is (146,140,174). Sum of RGB (Red+Green+Blue) = 146+140+174=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 174 (68.36% from 255 or 37.83% from 460); Max value from RGB is 174 - color contains mainly: blue. Hex color #928CAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928CAE is #6D7351. Grayscale: #919191. Windows color (decimal): -7172946 or 11439250. OLE color: 11439250.
HSL color Cylindrical-coordinate representation of color #928CAE: hue angle of 250.59º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #928CAE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 140 | 174 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.32 |
| HSL | 250.59º | 0.17% | 0.62% | - |
| HSV(B) | 250.59º | 0.2% | 0.68% | - |
| XYZ | 28.87 | 27.92 | 43.91 | - |
| YUV | 145.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 174 | 0.16 | 0.20 | 0 | 0.32 | 250.59 | 0.17 | 0.62 |
| Hex | 92 | 8C | AE | 10 | 14 | 0 | 20 | FB | 11 | 3E |
| Octal | 222 | 214 | 256 | 20 | 24 | 0 | 40 | 373 | 21 | 76 |
| Binary | 10010010 | 10001100 | 10101110 | 10000 | 10100 | 0 | 100000 | 11111011 | 10001 | 111110 |
Color Harmonies of #928CAE
Complementary color
Monochromatic Colors of #928CAE
Black with #928CAE
Text Example
Text Example
White with #928CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928CAE; }
p { color: rgb(146,140,174); }
H1.HeaderClassName
{
color: #928CAE;
}
.AnyTagClassName
{
color: #928CAE;
}
</style>
background-color css
<style>
a { background-color: #928CAE; }
a { background-color: rgb(146,140,174); }
div.DivClassName
{
background-color: #928CAE;
}
.BgClassName
{
background-color: #928CAE;
}
</style>
border-color css
<style>
span { border-color: #928CAE; }
span { border-color: rgb(146,140,174); }
td.TdClassName
{
border-color: #928CAE;
}
.TagClassName
{
border-color: #928CAE;
}
</style>