#848890

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

Shades of Light Slate Grey #848890

Tints of Light Slate Grey #848890

Color information

#848890 (or 0x848890) is unknown color: approx Light Slate Grey. HEX triplet: 84, 88 and 90. RGB value is (132,136,144). Sum of RGB (Red+Green+Blue) = 132+136+144=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 144 (56.64% from 255 or 34.95% from 412); Max value from RGB is 144 - color contains mainly: blue. Hex color #848890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848890 is #7B776F. Grayscale: #878787. Windows color (decimal): -8091504 or 9472132. OLE color: 9472132.

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

Color convert

RGB132136144-
CMYK0.080.0600.44
HSL220º5.13%54.12%-
HSV(B)220º8.33%56.47%-
XYZ23.3524.5329.89-
YUV135.72132.67125.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 136 (53.52% from 255) = 33.01%
BLUE value IS 144 (56.64% from 255) = 34.95%
R=32.04%
G=33.01%
B=34.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321361440.080.0600.442205.1354.12
Hex8488908602Cdc536
Octal204210220106054334566
Binary1000010010001000100100001000110010110011011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848890; }

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

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

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

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

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

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

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

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