#928DA5

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

Shades of Grey Suit #928DA5

Tints of Grey Suit #928DA5

Color information

#928DA5 (or 0x928DA5) is unknown color: approx Grey Suit. HEX triplet: 92, 8D and A5. RGB value is (146,141,165). Sum of RGB (Red+Green+Blue) = 146+141+165=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 165 - color contains mainly: blue. Hex color #928DA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928DA5 is #6D725A. Grayscale: #919191. Windows color (decimal): -7172699 or 10849682. OLE color: 10849682.

HSL color Cylindrical-coordinate representation of color #928DA5: hue angle of 252.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #928DA5 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB146141165-
CMYK0.120.1500.35
HSL252.5º11.76%60%-
HSV(B)252.5º14.55%64.71%-
XYZ28.1727.8839.49-
YUV145.23139.16128.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.30%
GREEN value IS 141 (55.47% from 255) = 31.19%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=32.30%
G=31.19%
B=36.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1461411650.120.1500.35252.511.7660
Hex928DA5CF023fcc3c
Octal22221524514170433741474
Binary100100101000110110100101110011110100011111111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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