#83819C

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

Shades of Grey Suit #83819C

Tints of Grey Suit #83819C

Color information

#83819C (or 0x83819C) is unknown color: approx Grey Suit. HEX triplet: 83, 81 and 9C. RGB value is (131,129,156). Sum of RGB (Red+Green+Blue) = 131+129+156=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 156 - color contains mainly: blue. Hex color #83819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83819C is #7C7E63. Grayscale: #848484. Windows color (decimal): -8158820 or 10256771. OLE color: 10256771.

HSL color Cylindrical-coordinate representation of color #83819C: hue angle of 244.44º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83819C is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB131129156-
CMYK0.160.1700.39
HSL244.44º12%55.88%-
HSV(B)244.44º17.31%61.18%-
XYZ23.2122.9334.65-
YUV132.68141.16126.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.49%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 156 (61.33% from 255) = 37.5%
R=31.49%
G=31.01%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311291560.160.1700.39244.441255.88
Hex83819C1011027f4c38
Octal20320123420210473641470
Binary10000011100000011001110010000100010100111111101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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