#848C87

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

Shades of Blue Smoke #848C87

Tints of Blue Smoke #848C87

Color information

#848C87 (or 0x848C87) is unknown color: approx Blue Smoke. HEX triplet: 84, 8C and 87. RGB value is (132,140,135). Sum of RGB (Red+Green+Blue) = 132+140+135=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 140 - color contains mainly: green. Hex color #848C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848C87 is #7B7378. Grayscale: #898989. Windows color (decimal): -8090489 or 8883332. OLE color: 8883332.

HSL color Cylindrical-coordinate representation of color #848C87: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848C87 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB132140135-
CMYK0.0600.040.45
HSL142.5º3.36%53.33%-
HSV(B)142.5º5.71%54.9%-
XYZ23.2725.4126.6-
YUV137.04126.85124.41-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.43%
GREEN value IS 140 (55.08% from 255) = 34.40%
BLUE value IS 135 (53.12% from 255) = 33.17%
R=32.43%
G=34.40%
B=33.17%

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
Decimal1321401350.0600.040.45142.53.3653.33
Hex848C876042D8e335
Octal20421420760455216365
Binary10000100100011001000011111001001011011000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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