#84919A

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

Shades of Light Slate Grey #84919A

Tints of Light Slate Grey #84919A

Color information

#84919A (or 0x84919A) is unknown color: approx Light Slate Grey. HEX triplet: 84, 91 and 9A. RGB value is (132,145,154). Sum of RGB (Red+Green+Blue) = 132+145+154=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 154 - color contains mainly: blue. Hex color #84919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84919A is #7B6E65. Grayscale: #8E8E8E. Windows color (decimal): -8089190 or 10129796. OLE color: 10129796.

HSL color Cylindrical-coordinate representation of color #84919A: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84919A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB132145154-
CMYK0.140.0600.40
HSL204.55º9.82%56.08%-
HSV(B)204.55º14.29%60.39%-
XYZ25.4727.4934.54-
YUV142.14134.69120.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.63%
GREEN value IS 145 (57.03% from 255) = 33.64%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=30.63%
G=33.64%
B=35.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1321451540.140.0600.40204.559.8256.08
Hex84919AE6028cda38
Octal2042212321660503151270
Binary10000100100100011001101011101100101000110011011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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