#928DAD

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

Shades of Grey Suit #928DAD

Tints of Grey Suit #928DAD

Color information

#928DAD (or 0x928DAD) is unknown color: approx Grey Suit. HEX triplet: 92, 8D and AD. RGB value is (146,141,173). Sum of RGB (Red+Green+Blue) = 146+141+173=460 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.74% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 173 - color contains mainly: blue. Hex color #928DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DAD is #6D7252. Grayscale: #929292. Windows color (decimal): -7172691 or 11373970. OLE color: 11373970.

HSL color Cylindrical-coordinate representation of color #928DAD: hue angle of 249.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928DAD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146141173-
CMYK0.160.1800.32
HSL249.38º16.33%61.57%-
HSV(B)249.38º18.5%67.84%-
XYZ28.9228.1843.45-
YUV146.14143.16127.9-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.74%
GREEN value IS 141 (55.47% from 255) = 30.65%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=31.74%
G=30.65%
B=37.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461411730.160.1800.32249.3816.3361.57
Hex928DAD1012020f9103e
Octal22221525520220403712076
Binary100100101000110110101101100001001001000001111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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