Html Css Color HEX #82819B Grey Suit

📋 copy color: '#82819B'

red 130 ◦ green 129 ◦ blue 155

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

Shades of Grey Suit #82819B

Tints of Grey Suit #82819B

RGB

 RED value IS 130 (51.17% from 255) = 31.4%

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

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

R = 31.4%
G = 31.16%
B = 37.44%

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

#82819B (or 0x82819B) is known color: Grey Suit. HEX triplet: 82, 81 and 9B. RGB value is (130,129,155). Sum of RGB (Red+Green+Blue) = 130+129+155=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 155 - color contains mainly: blue. Hex color #82819B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82819B is #7D7E64. Grayscale: #848484. Windows color (decimal): -8224357 or 10191234. OLE color: 10191234.

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

Color convert

RGB 130 129 155 -
CMYK 0.16 0.17 0 0.39
HSL 242.31º 0.12% 0.56% -
HSV(B) 242.31º 0.17% 0.61% -
XYZ 22.97 22.81 34.2 -
YUV 132.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 130 129 155 0.16 0.17 0 0.39 242.31 0.12 0.56
Hex 82 81 9B 10 11 0 27 F2 C 38
Octal 202 201 233 20 21 0 47 362 14 70
Binary 10000010 10000001 10011011 10000 10001 0 100111 11110010 1100 111000

Color Harmonies of #82819B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82819B

Black with #82819B

Text Example


Text Example

White with #82819B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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