#949199

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

Shades of Grey Suit #949199

Tints of Grey Suit #949199

Color information

#949199 (or 0x949199) is unknown color: approx Grey Suit. HEX triplet: 94, 91 and 99. RGB value is (148,145,153). Sum of RGB (Red+Green+Blue) = 148+145+153=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 153 - color contains mainly: blue. Hex color #949199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949199 is #6B6E66. Grayscale: #929292. Windows color (decimal): -7040615 or 10064276. OLE color: 10064276.

HSL color Cylindrical-coordinate representation of color #949199: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #949199 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB148145153-
CMYK0.030.0500.4
HSL262.5º3.77%58.43%-
HSV(B)262.5º5.23%60%-
XYZ28.0928.8534.22-
YUV146.81131.49128.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 153 (60.16% from 255) = 34.30%
R=33.18%
G=32.51%
B=34.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1481451530.030.0500.4262.53.7758.43
Hex9491993502810743a
Octal22422123135050407472
Binary100101001001000110011001111010101000100000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949199; }

 p { color: rgb(148,145,153); }

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

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

 a { background-color: rgb(148,145,153); }

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

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

 span { border-color: rgb(148,145,153); }

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