#838195

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

Shades of Grey Suit #838195

Tints of Grey Suit #838195

Color information

#838195 (or 0x838195) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and 95. RGB value is (131,129,149). Sum of RGB (Red+Green+Blue) = 131+129+149=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #838195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838195 is #7C7E6A. Grayscale: #838383. Windows color (decimal): -8158827 or 9798019. OLE color: 9798019.

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

Color convert

RGB131129149-
CMYK0.120.1300.42
HSL246º8.62%54.51%-
HSV(B)246º13.42%58.43%-
XYZ22.6422.731.62-
YUV131.88137.66127.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.03%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=32.03%
G=31.54%
B=36.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311291490.120.1300.422468.6254.51
Hex838195CD02Af6937
Octal20320122514150523661167
Binary100000111000000110010101110011010101010111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838195; }

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

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

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

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

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

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

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

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