Html Css Color HEX #839086 Blue Smoke

📋 copy color: '#839086'

red 131 ◦ green 144 ◦ blue 134

#839086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Smoke #839086

Tints of Blue Smoke #839086

RGB

 RED value IS 131 (51.56% from 255) = 32.03%

 GREEN value IS 144 (56.64% from 255) = 35.21%

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 32.03%
G = 35.21%
B = 32.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#839086 (or 0x839086) is known color: Blue Smoke. HEX triplet: 83, 90 and 86. RGB value is (131,144,134). Sum of RGB (Red+Green+Blue) = 131+144+134=409 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.03% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 144 - color contains mainly: green. Hex color #839086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839086 is #7C6F79. Grayscale: #8B8B8B. Windows color (decimal): -8155002 or 8818819. OLE color: 8818819.

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

Color convert

RGB 131 144 134 -
CMYK 0.09 0 0.07 0.44
HSL 133.85º 0.06% 0.54% -
HSV(B) 133.85º 0.09% 0.56% -
XYZ 23.64 26.49 26.42 -
YUV 138.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 131 144 134 0.09 0 0.07 0.44 133.85 0.06 0.54
Hex 83 90 86 9 0 7 2C 86 6 36
Octal 203 220 206 11 0 7 54 206 6 66
Binary 10000011 10010000 10000110 1001 0 111 101100 10000110 110 110110

Color Harmonies of #839086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839086

Black with #839086

Text Example


Text Example

White with #839086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839086; }

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

 H1.HeaderClassName
 {
   color: #839086;
 }
 .AnyTagClassName
 {
   color: #839086;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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