#928DAA

Color #928DAA Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #928DAA

Tints of Grey Suit #928DAA

Color information

#928DAA (or 0x928DAA) is unknown color: approx Grey Suit. HEX triplet: 92, 8D and AA. RGB value is (146,141,170). Sum of RGB (Red+Green+Blue) = 146+141+170=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #928DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DAA is #6D7255. Grayscale: #919191. Windows color (decimal): -7172694 or 11177362. OLE color: 11177362.

HSL color Cylindrical-coordinate representation of color #928DAA: hue angle of 250.34º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928DAA is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146141170-
CMYK0.140.1700.33
HSL250.34º14.57%60.98%-
HSV(B)250.34º17.06%66.67%-
XYZ28.6328.0641.94-
YUV145.8141.66128.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 31.95%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=31.95%
G=30.85%
B=37.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461411700.140.1700.33250.3414.5760.98
Hex928DAAE11021faf3d
Octal22221525216210413721775
Binary1001001010001101101010101110100010100001111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928DAA; }

 p { color: rgb(146,141,170); }

 H1.HeaderClassName
 {
   color: #928DAA;
 }
 .AnyTagClassName
 {
   color: #928DAA;
 }
</style>
background-color css

<style>
 a { background-color: #928DAA; }

 a { background-color: rgb(146,141,170); }

 div.DivClassName
 {
   background-color: #928DAA;
 }
 .BgClassName
 {
   background-color: #928DAA;
 }
</style>
border-color css

<style>
 span { border-color: #928DAA; }

 span { border-color: rgb(146,141,170); }

 td.TdClassName
 {
   border-color: #928DAA;
 }
 .TagClassName
 {
   border-color: #928DAA;
 }
</style>