Html Css Color HEX #84878D Light Slate Grey

📋 copy color: '#84878D'

red 132 ◦ green 135 ◦ blue 141

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

Shades of Light Slate Grey #84878D

Tints of Light Slate Grey #84878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.09%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 32.35%
G = 33.09%
B = 34.56%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#84878D (or 0x84878D) is known color: Light Slate Grey. HEX triplet: 84, 87 and 8D. RGB value is (132,135,141). Sum of RGB (Red+Green+Blue) = 132+135+141=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 141 - color contains mainly: blue. Hex color #84878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84878D is #7B7872. Grayscale: #868686. Windows color (decimal): -8091763 or 9275268. OLE color: 9275268.

HSL color Cylindrical-coordinate representation of color #84878D: hue angle of 220º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #84878D is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 135 141 -
CMYK 0.06 0.04 0 0.45
HSL 220º 0.04% 0.54% -
HSV(B) 220º 0.06% 0.55% -
XYZ 22.99 24.16 28.65 -
YUV 134.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 132 135 141 0.06 0.04 0 0.45 220 0.04 0.54
Hex 84 87 8D 6 4 0 2D DC 4 36
Octal 204 207 215 6 4 0 55 334 4 66
Binary 10000100 10000111 10001101 110 100 0 101101 11011100 100 110110

Color Harmonies of #84878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84878D

Black with #84878D

Text Example


Text Example

White with #84878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84878D; }

 p { color: rgb(132,135,141); }

 H1.HeaderClassName
 {
   color: #84878D;
 }
 .AnyTagClassName
 {
   color: #84878D;
 }
</style>

background-color css

<style>
 a { background-color: #84878D; }

 a { background-color: rgb(132,135,141); }

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

border-color css

<style>
 span { border-color: #84878D; }

 span { border-color: rgb(132,135,141); }

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