#839087

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

Shades of Blue Smoke #839087

Tints of Blue Smoke #839087

Color information

#839087 (or 0x839087) is unknown color: approx Blue Smoke. HEX triplet: 83, 90 and 87. RGB value is (131,144,135). Sum of RGB (Red+Green+Blue) = 131+144+135=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 144 - color contains mainly: green. Hex color #839087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839087 is #7C6F78. Grayscale: #8B8B8B. Windows color (decimal): -8155001 or 8884355. OLE color: 8884355.

HSL color Cylindrical-coordinate representation of color #839087: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #839087 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB131144135-
CMYK0.0900.060.44
HSL138.46º5.53%53.92%-
HSV(B)138.46º9.03%56.47%-
XYZ23.7126.5226.79-
YUV139.09125.69122.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.95%
GREEN value IS 144 (56.64% from 255) = 35.12%
BLUE value IS 135 (53.12% from 255) = 32.93%
R=31.95%
G=35.12%
B=32.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311441350.0900.060.44138.465.5353.92
Hex8390879062C8a636
Octal203220207110654212666
Binary1000001110010000100001111001011010110010001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839087; }

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

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

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

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

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

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

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

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