Html Css Color HEX #84839B Grey Suit

📋 copy color: '#84839B'

red 132 ◦ green 131 ◦ blue 155

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

Shades of Grey Suit #84839B

Tints of Grey Suit #84839B

RGB

 RED value IS 132 (51.95% from 255) = 31.58%

 GREEN value IS 131 (51.56% from 255) = 31.34%

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

R = 31.58%
G = 31.34%
B = 37.08%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84839B (or 0x84839B) is known color: Grey Suit. HEX triplet: 84, 83 and 9B. RGB value is (132,131,155). Sum of RGB (Red+Green+Blue) = 132+131+155=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 131 (51.56% from 255 or 31.34% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 155 - color contains mainly: blue. Hex color #84839B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84839B is #7B7C64. Grayscale: #858585. Windows color (decimal): -8092773 or 10191748. OLE color: 10191748.

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

Color convert

RGB 132 131 155 -
CMYK 0.15 0.15 0 0.39
HSL 242.5º 0.11% 0.56% -
HSV(B) 242.5º 0.15% 0.61% -
XYZ 23.55 23.5 34.31 -
YUV 134.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 132 131 155 0.15 0.15 0 0.39 242.5 0.11 0.56
Hex 84 83 9B F F 0 27 F2 B 38
Octal 204 203 233 17 17 0 47 362 13 70
Binary 10000100 10000011 10011011 1111 1111 0 100111 11110010 1011 111000

Color Harmonies of #84839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84839B

Black with #84839B

Text Example


Text Example

White with #84839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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