#83829A

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

Shades of Grey Suit #83829A

Tints of Grey Suit #83829A

Color information

#83829A (or 0x83829A) is unknown color: approx Grey Suit. HEX triplet: 83, 82 and 9A. RGB value is (131,130,154). Sum of RGB (Red+Green+Blue) = 131+130+154=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 154 - color contains mainly: blue. Hex color #83829A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83829A is #7C7D65. Grayscale: #848484. Windows color (decimal): -8158566 or 10125955. OLE color: 10125955.

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

Color convert

RGB131130154-
CMYK0.150.1600.40
HSL242.5º10.62%55.69%-
HSV(B)242.5º15.58%60.39%-
XYZ23.1823.1233.81-
YUV133.04139.83126.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.57%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=31.57%
G=31.33%
B=37.11%

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
Decimal1311301540.150.1600.40242.510.6255.69
Hex83829AF10028f2b38
Octal20320223217200503621370
Binary1000001110000010100110101111100000101000111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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