#848D87

Color #848D87 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #848D87

Tints of Blue Smoke #848D87

Color information

#848D87 (or 0x848D87) is unknown color: approx Blue Smoke. HEX triplet: 84, 8D and 87. RGB value is (132,141,135). Sum of RGB (Red+Green+Blue) = 132+141+135=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 141 - color contains mainly: green. Hex color #848D87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D87 is #7B7278. Grayscale: #898989. Windows color (decimal): -8090233 or 8883588. OLE color: 8883588.

HSL color Cylindrical-coordinate representation of color #848D87: hue angle of 140º 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 #848D87 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB132141135-
CMYK0.0600.040.45
HSL140º3.8%53.53%-
HSV(B)140º6.38%55.29%-
XYZ23.4125.726.65-
YUV137.62126.52123.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.35%
GREEN value IS 141 (55.47% from 255) = 34.56%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=32.35%
G=34.56%
B=33.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1321411350.0600.040.451403.853.53
Hex848D876042D8c436
Octal20421520760455214466
Binary100001001000110110000111110010010110110001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848D87; }

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

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

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

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

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

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

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

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