#838E87

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

Shades of Blue Smoke #838E87

Tints of Blue Smoke #838E87

Color information

#838E87 (or 0x838E87) is unknown color: approx Blue Smoke. HEX triplet: 83, 8E and 87. RGB value is (131,142,135). Sum of RGB (Red+Green+Blue) = 131+142+135=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 142 (55.86% from 255 or 34.80% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 142 - color contains mainly: green. Hex color #838E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E87 is #7C7178. Grayscale: #898989. Windows color (decimal): -8155513 or 8883843. OLE color: 8883843.

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

Color convert

RGB131142135-
CMYK0.0800.050.44
HSL141.82º4.64%53.53%-
HSV(B)141.82º7.75%55.69%-
XYZ23.4125.9226.69-
YUV137.91126.36123.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.11%
GREEN value IS 142 (55.86% from 255) = 34.80%
BLUE value IS 135 (53.12% from 255) = 33.09%
R=32.11%
G=34.80%
B=33.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311421350.0800.050.44141.824.6453.53
Hex838E878052C8e536
Octal203216207100554216566
Binary1000001110001110100001111000010110110010001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838E87; }

 p { color: rgb(131,142,135); }

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

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

 a { background-color: rgb(131,142,135); }

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

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

 span { border-color: rgb(131,142,135); }

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