Html Css Color HEX #83809D Grey Suit

📋 copy color: '#83809D'

red 131 ◦ green 128 ◦ blue 157

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

Shades of Grey Suit #83809D

Tints of Grey Suit #83809D

RGB

 RED value IS 131 (51.56% from 255) = 31.49%

 GREEN value IS 128 (50.39% from 255) = 30.77%

 BLUE value IS 157 (61.72% from 255) = 37.74%

R = 31.49%
G = 30.77%
B = 37.74%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83809D (or 0x83809D) is known color: Grey Suit. HEX triplet: 83, 80 and 9D. RGB value is (131,128,157). Sum of RGB (Red+Green+Blue) = 131+128+157=416 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.49% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 157 - color contains mainly: blue. Hex color #83809D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83809D is #7C7F62. Grayscale: #848484. Windows color (decimal): -8159075 or 10322051. OLE color: 10322051.

HSL color Cylindrical-coordinate representation of color #83809D: hue angle of 246.21º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83809D is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 128 157 -
CMYK 0.17 0.18 0 0.38
HSL 246.21º 0.13% 0.56% -
HSV(B) 246.21º 0.18% 0.62% -
XYZ 23.17 22.7 35.06 -
YUV 132.2 141.99 127.14 -
System Red Green Blue C M Y K H S L
Decimal 131 128 157 0.17 0.18 0 0.38 246.21 0.13 0.56
Hex 83 80 9D 11 12 0 26 F6 D 38
Octal 203 200 235 21 22 0 46 366 15 70
Binary 10000011 10000000 10011101 10001 10010 0 100110 11110110 1101 111000

Color Harmonies of #83809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83809D

Black with #83809D

Text Example


Text Example

White with #83809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83809D; }

 p { color: rgb(131,128,157); }

 H1.HeaderClassName
 {
   color: #83809D;
 }
 .AnyTagClassName
 {
   color: #83809D;
 }
</style>

background-color css

<style>
 a { background-color: #83809D; }

 a { background-color: rgb(131,128,157); }

 div.DivClassName
 {
   background-color: #83809D;
 }
 .BgClassName
 {
   background-color: #83809D;
 }
</style>

border-color css

<style>
 span { border-color: #83809D; }

 span { border-color: rgb(131,128,157); }

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