Html Css Color HEX #82809B Grey Suit

📋 copy color: '#82809B'

red 130 ◦ green 128 ◦ blue 155

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

Shades of Grey Suit #82809B

Tints of Grey Suit #82809B

RGB

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

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

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

R = 31.48%
G = 30.99%
B = 37.53%

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

#82809B (or 0x82809B) is known color: Grey Suit. HEX triplet: 82, 80 and 9B. RGB value is (130,128,155). Sum of RGB (Red+Green+Blue) = 130+128+155=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 155 - color contains mainly: blue. Hex color #82809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82809B is #7D7F64. Grayscale: #838383. Windows color (decimal): -8224613 or 10190978. OLE color: 10190978.

HSL color Cylindrical-coordinate representation of color #82809B: hue angle of 244.44º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82809B is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 128 155 -
CMYK 0.16 0.17 0 0.39
HSL 244.44º 0.12% 0.55% -
HSV(B) 244.44º 0.17% 0.61% -
XYZ 22.84 22.55 34.16 -
YUV 131.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 130 128 155 0.16 0.17 0 0.39 244.44 0.12 0.55
Hex 82 80 9B 10 11 0 27 F4 C 37
Octal 202 200 233 20 21 0 47 364 14 67
Binary 10000010 10000000 10011011 10000 10001 0 100111 11110100 1100 110111

Color Harmonies of #82809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82809B

Black with #82809B

Text Example


Text Example

White with #82809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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