#838194

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

Shades of Grey Suit #838194

Tints of Grey Suit #838194

Color information

#838194 (or 0x838194) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and 94. RGB value is (131,129,148). Sum of RGB (Red+Green+Blue) = 131+129+148=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 148 - color contains mainly: blue. Hex color #838194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838194 is #7C7E6B. Grayscale: #838383. Windows color (decimal): -8158828 or 9732483. OLE color: 9732483.

HSL color Cylindrical-coordinate representation of color #838194: hue angle of 246.32º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #838194 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB131129148-
CMYK0.110.1300.42
HSL246.32º8.15%54.31%-
HSV(B)246.32º12.84%58.04%-
XYZ22.5622.6631.2-
YUV131.76137.16127.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 129 (50.78% from 255) = 31.62%
BLUE value IS 148 (58.20% from 255) = 36.27%
R=32.11%
G=31.62%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311291480.110.1300.42246.328.1554.31
Hex838194BD02Af6836
Octal20320122413150523661066
Binary100000111000000110010100101111010101010111101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838194; }

 p { color: rgb(131,129,148); }

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

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

 a { background-color: rgb(131,129,148); }

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

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

 span { border-color: rgb(131,129,148); }

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