#84909E

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

Shades of Light Slate Grey #84909E

Tints of Light Slate Grey #84909E

Color information

#84909E (or 0x84909E) is unknown color: approx Light Slate Grey. HEX triplet: 84, 90 and 9E. RGB value is (132,144,158). Sum of RGB (Red+Green+Blue) = 132+144+158=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #84909E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84909E is #7B6F61. Grayscale: #8D8D8D. Windows color (decimal): -8089442 or 10391684. OLE color: 10391684.

HSL color Cylindrical-coordinate representation of color #84909E: hue angle of 212.31º degrees, saturation: 0.12, 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 #84909E is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB132144158-
CMYK0.160.0900.38
HSL212.31º11.82%56.86%-
HSV(B)212.31º16.46%61.96%-
XYZ25.6627.3236.27-
YUV142.01137.02120.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=30.41%
G=33.18%
B=36.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1321441580.160.0900.38212.3111.8256.86
Hex84909E109026d4c39
Octal20422023620110463241471
Binary1000010010010000100111101000010010100110110101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84909E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84909E; }

 p { color: rgb(132,144,158); }

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

<style>
 a { background-color: #84909E; }

 a { background-color: rgb(132,144,158); }

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

<style>
 span { border-color: #84909E; }

 span { border-color: rgb(132,144,158); }

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