Html Css Color HEX #87829B Grey Suit

📋 copy color: '#87829B'

red 135 ◦ green 130 ◦ blue 155

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

Shades of Grey Suit #87829B

Tints of Grey Suit #87829B

RGB

 RED value IS 135 (53.13% from 255) = 32.14%

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 32.14%
G = 30.95%
B = 36.9%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87829B (or 0x87829B) is known color: Grey Suit. HEX triplet: 87, 82 and 9B. RGB value is (135,130,155). Sum of RGB (Red+Green+Blue) = 135+130+155=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #87829B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87829B is #787D64. Grayscale: #868686. Windows color (decimal): -7896421 or 10191495. OLE color: 10191495.

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

Color convert

RGB 135 130 155 -
CMYK 0.13 0.16 0 0.39
HSL 252º 0.11% 0.56% -
HSV(B) 252º 0.16% 0.61% -
XYZ 23.89 23.48 34.28 -
YUV 134.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 135 130 155 0.13 0.16 0 0.39 252 0.11 0.56
Hex 87 82 9B D 10 0 27 FC B 38
Octal 207 202 233 15 20 0 47 374 13 70
Binary 10000111 10000010 10011011 1101 10000 0 100111 11111100 1011 111000

Color Harmonies of #87829B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87829B

Black with #87829B

Text Example


Text Example

White with #87829B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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