Html Css Color HEX #83829A Grey Suit

📋 copy color: '#83829A'

red 131 ◦ green 130 ◦ blue 154

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

Shades of Grey Suit #83829A

Tints of Grey Suit #83829A

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

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83829A (or 0x83829A) is known color: 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

RGB 131 130 154 -
CMYK 0.15 0.16 0 0.40
HSL 242.5º 0.11% 0.56% -
HSV(B) 242.5º 0.16% 0.6% -
XYZ 23.18 23.12 33.81 -
YUV 133.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 131 130 154 0.15 0.16 0 0.40 242.5 0.11 0.56
Hex 83 82 9A F 10 0 28 F2 B 38
Octal 203 202 232 17 20 0 50 362 13 70
Binary 10000011 10000010 10011010 1111 10000 0 101000 11110010 1011 111000

Color Harmonies of #83829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83829A

Black with #83829A

Text Example


Text Example

White with #83829A

Text Example


Text Example

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