#848885

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

Shades of Blue Smoke #848885

Tints of Blue Smoke #848885

Color information

#848885 (or 0x848885) is unknown color: approx Blue Smoke. HEX triplet: 84, 88 and 85. RGB value is (132,136,133). Sum of RGB (Red+Green+Blue) = 132+136+133=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 136 - color contains mainly: green. Hex color #848885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848885 is #7B777A. Grayscale: #868686. Windows color (decimal): -8091515 or 8751236. OLE color: 8751236.

HSL color Cylindrical-coordinate representation of color #848885: hue angle of 135º degrees, saturation: 0.02, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #848885 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB132136133-
CMYK0.0300.020.47
HSL135º1.65%52.55%-
HSV(B)135º2.94%53.33%-
XYZ22.5524.2125.67-
YUV134.46127.17126.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 136 (53.52% from 255) = 33.92%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=32.92%
G=33.92%
B=33.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1321361330.0300.020.471351.6552.55
Hex8488853022F87235
Octal20421020530257207265
Binary100001001000100010000101110101011111000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848885; }

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

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

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

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

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

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

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

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