Html Css Color HEX #83819C Grey Suit

📋 copy color: '#83819C'

red 131 ◦ green 129 ◦ blue 156

#83819C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Suit #83819C

Tints of Grey Suit #83819C

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 value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83819C (or 0x83819C) is known color: 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

RGB 131 129 156 -
CMYK 0.16 0.17 0 0.39
HSL 244.44º 0.12% 0.56% -
HSV(B) 244.44º 0.17% 0.61% -
XYZ 23.21 22.93 34.65 -
YUV 132.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 131 129 156 0.16 0.17 0 0.39 244.44 0.12 0.56
Hex 83 81 9C 10 11 0 27 F4 C 38
Octal 203 201 234 20 21 0 47 364 14 70
Binary 10000011 10000001 10011100 10000 10001 0 100111 11110100 1100 111000

Color Harmonies of #83819C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83819C

Black with #83819C

Text Example


Text Example

White with #83819C

Text Example


Text Example

HTML Codes & Css Web 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>