#9492A2

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

Shades of Grey Suit #9492A2

Tints of Grey Suit #9492A2

Color information

#9492A2 (or 0x9492A2) is unknown color: approx Grey Suit. HEX triplet: 94, 92 and A2. RGB value is (148,146,162). Sum of RGB (Red+Green+Blue) = 148+146+162=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 146 (57.42% from 255 or 32.02% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 162 - color contains mainly: blue. Hex color #9492A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9492A2 is #6B6D5D. Grayscale: #949494. Windows color (decimal): -7040350 or 10654356. OLE color: 10654356.

HSL color Cylindrical-coordinate representation of color #9492A2: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9492A2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB148146162-
CMYK0.090.1000.36
HSL247.5º7.92%60.39%-
HSV(B)247.5º9.88%63.53%-
XYZ29.0129.4638.34-
YUV148.42135.66127.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.46%
GREEN value IS 146 (57.42% from 255) = 32.02%
BLUE value IS 162 (63.67% from 255) = 35.53%
R=32.46%
G=32.02%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1481461620.090.1000.36247.57.9260.39
Hex9492A29A024f883c
Octal22422224211120443701074
Binary100101001001001010100010100110100100100111110001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9492A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9492A2; }

 p { color: rgb(148,146,162); }

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

<style>
 a { background-color: #9492A2; }

 a { background-color: rgb(148,146,162); }

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

<style>
 span { border-color: #9492A2; }

 span { border-color: rgb(148,146,162); }

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