#83819A

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

Shades of Grey Suit #83819A

Tints of Grey Suit #83819A

Color information

#83819A (or 0x83819A) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and 9A. RGB value is (131,129,154). Sum of RGB (Red+Green+Blue) = 131+129+154=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 154 - color contains mainly: blue. Hex color #83819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83819A is #7C7E65. Grayscale: #848484. Windows color (decimal): -8158822 or 10125699. OLE color: 10125699.

HSL color Cylindrical-coordinate representation of color #83819A: hue angle of 244.8º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83819A is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB131129154-
CMYK0.150.1600.40
HSL244.8º11.01%55.49%-
HSV(B)244.8º16.23%60.39%-
XYZ23.0422.8633.77-
YUV132.45140.16126.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.64%
GREEN value IS 129 (50.78% from 255) = 31.16%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=31.64%
G=31.16%
B=37.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311291540.150.1600.40244.811.0155.49
Hex83819AF10028f5b37
Octal20320123217200503651367
Binary1000001110000001100110101111100000101000111101011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83819A; }

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

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

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

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

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

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

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

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