#839187

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

Shades of Blue Smoke #839187

Tints of Blue Smoke #839187

Color information

#839187 (or 0x839187) is unknown color: approx Blue Smoke. HEX triplet: 83, 91 and 87. RGB value is (131,145,135). Sum of RGB (Red+Green+Blue) = 131+145+135=411 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.87% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 145 - color contains mainly: green. Hex color #839187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839187 is #7C6E78. Grayscale: #8B8B8B. Windows color (decimal): -8154745 or 8884611. OLE color: 8884611.

HSL color Cylindrical-coordinate representation of color #839187: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #839187 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB131145135-
CMYK0.1000.070.43
HSL137.14º5.98%54.12%-
HSV(B)137.14º9.66%56.86%-
XYZ23.8626.8326.84-
YUV139.67125.36121.81-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.87%
GREEN value IS 145 (57.03% from 255) = 35.28%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=31.87%
G=35.28%
B=32.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1311451350.1000.070.43137.145.9854.12
Hex839187A072B89636
Octal203221207120753211666
Binary1000001110010001100001111010011110101110001001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839187; }

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

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

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

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

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

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

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

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