Html Css Color HEX #83819B Grey Suit

📋 copy color: '#83819B'

red 131 ◦ green 129 ◦ blue 155

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

Shades of Grey Suit #83819B

Tints of Grey Suit #83819B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

 BLUE value IS 155 (60.94% from 255) = 37.35%

R = 31.57%
G = 31.08%
B = 37.35%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83819B (or 0x83819B) is known color: Grey Suit. HEX triplet: 83, 81 and 9B. RGB value is (131,129,155). Sum of RGB (Red+Green+Blue) = 131+129+155=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #83819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83819B is #7C7E64. Grayscale: #848484. Windows color (decimal): -8158821 or 10191235. OLE color: 10191235.

HSL color Cylindrical-coordinate representation of color #83819B: hue angle of 244.62º 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 #83819B is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 129 155 -
CMYK 0.15 0.17 0 0.39
HSL 244.62º 0.12% 0.56% -
HSV(B) 244.62º 0.17% 0.61% -
XYZ 23.13 22.89 34.21 -
YUV 132.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 131 129 155 0.15 0.17 0 0.39 244.62 0.12 0.56
Hex 83 81 9B F 11 0 27 F5 C 38
Octal 203 201 233 17 21 0 47 365 14 70
Binary 10000011 10000001 10011011 1111 10001 0 100111 11110101 1100 111000

Color Harmonies of #83819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83819B

Black with #83819B

Text Example


Text Example

White with #83819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83819B;
 }
 .AnyTagClassName
 {
   color: #83819B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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