#849087

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

Shades of Blue Smoke #849087

Tints of Blue Smoke #849087

Color information

#849087 (or 0x849087) is unknown color: approx Blue Smoke. HEX triplet: 84, 90 and 87. RGB value is (132,144,135). Sum of RGB (Red+Green+Blue) = 132+144+135=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 144 - color contains mainly: green. Hex color #849087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #849087 is #7B6F78. Grayscale: #8B8B8B. Windows color (decimal): -8089465 or 8884356. OLE color: 8884356.

HSL color Cylindrical-coordinate representation of color #849087: hue angle of 135º 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 #849087 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB132144135-
CMYK0.0800.060.44
HSL135º5.13%54.12%-
HSV(B)135º8.33%56.47%-
XYZ23.8626.626.8-
YUV139.39125.52122.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 144 (56.64% from 255) = 35.04%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=32.12%
G=35.04%
B=32.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321441350.0800.060.441355.1354.12
Hex8490878062C87536
Octal204220207100654207566
Binary1000010010010000100001111000011010110010000111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #849087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #849087; }

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

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

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

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

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

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

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

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