Shades of Grey Suit #928FAA
Tints of Grey Suit #928FAA
RGB
CMYK
RGB Variations
Color information
#928FAA (or 0x928FAA) is known color: Grey Suit. HEX triplet: 92, 8F and AA. RGB value is (146,143,170). Sum of RGB (Red+Green+Blue) = 146+143+170=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #928FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928FAA is #6D7055. Grayscale: #929292. Windows color (decimal): -7172182 or 11177874. OLE color: 11177874.
HSL color Cylindrical-coordinate representation of color #928FAA: hue angle of 246.67º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #928FAA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 143 | 170 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.33 |
| HSL | 246.67º | 0.14% | 0.61% | - |
| HSV(B) | 246.67º | 0.16% | 0.67% | - |
| XYZ | 28.93 | 28.66 | 42.04 | - |
| YUV | 146.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 143 | 170 | 0.14 | 0.16 | 0 | 0.33 | 246.67 | 0.14 | 0.61 |
| Hex | 92 | 8F | AA | E | 10 | 0 | 21 | F7 | E | 3D |
| Octal | 222 | 217 | 252 | 16 | 20 | 0 | 41 | 367 | 16 | 75 |
| Binary | 10010010 | 10001111 | 10101010 | 1110 | 10000 | 0 | 100001 | 11110111 | 1110 | 111101 |
Color Harmonies of #928FAA
Complementary color
Monochromatic Colors of #928FAA
Black with #928FAA
Text Example
Text Example
White with #928FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928FAA; }
p { color: rgb(146,143,170); }
H1.HeaderClassName
{
color: #928FAA;
}
.AnyTagClassName
{
color: #928FAA;
}
</style>
background-color css
<style>
a { background-color: #928FAA; }
a { background-color: rgb(146,143,170); }
div.DivClassName
{
background-color: #928FAA;
}
.BgClassName
{
background-color: #928FAA;
}
</style>
border-color css
<style>
span { border-color: #928FAA; }
span { border-color: rgb(146,143,170); }
td.TdClassName
{
border-color: #928FAA;
}
.TagClassName
{
border-color: #928FAA;
}
</style>