#838296

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

Shades of Grey Suit #838296

Tints of Grey Suit #838296

Color information

#838296 (or 0x838296) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 96. RGB value is (131,130,150). Sum of RGB (Red+Green+Blue) = 131+130+150=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 150 - color contains mainly: blue. Hex color #838296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838296 is #7C7D69. Grayscale: #848484. Windows color (decimal): -8158570 or 9863811. OLE color: 9863811.

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

Color convert

RGB131130150-
CMYK0.130.1300.41
HSL243º8.7%54.9%-
HSV(B)243º13.33%58.82%-
XYZ22.8522.9932.09-
YUV132.58137.83126.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 130 (51.17% from 255) = 31.63%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=31.87%
G=31.63%
B=36.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311301500.130.1300.412438.754.9
Hex838296DD029f3937
Octal20320222615150513631167
Binary100000111000001010010110110111010101001111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838296; }

 p { color: rgb(131,130,150); }

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

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

 a { background-color: rgb(131,130,150); }

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

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

 span { border-color: rgb(131,130,150); }

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