#84919D

Color #84919D Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #84919D

Tints of Light Slate Grey #84919D

Color information

#84919D (or 0x84919D) is unknown color: approx Light Slate Grey. HEX triplet: 84, 91 and 9D. RGB value is (132,145,157). Sum of RGB (Red+Green+Blue) = 132+145+157=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #84919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84919D is #7B6E62. Grayscale: #8E8E8E. Windows color (decimal): -8089187 or 10326404. OLE color: 10326404.

HSL color Cylindrical-coordinate representation of color #84919D: hue angle of 208.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84919D is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132145157-
CMYK0.160.0800.38
HSL208.8º11.31%56.67%-
HSV(B)208.8º15.92%61.57%-
XYZ25.7327.5935.87-
YUV142.48136.19120.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 157 (61.72% from 255) = 36.18%
R=30.41%
G=33.41%
B=36.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321451570.160.0800.38208.811.3156.67
Hex84919D108026d1b39
Octal20422123520100463211371
Binary1000010010010001100111011000010000100110110100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84919D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,145,157); }

 H1.HeaderClassName
 {
   color: #84919D;
 }
 .AnyTagClassName
 {
   color: #84919D;
 }
</style>
background-color css

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

 a { background-color: rgb(132,145,157); }

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

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

 span { border-color: rgb(132,145,157); }

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