Html Css Color HEX #838C86 Blue Smoke

📋 copy color: '#838C86'

red 131 ◦ green 140 ◦ blue 134

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

Shades of Blue Smoke #838C86

Tints of Blue Smoke #838C86

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

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

R = 32.35%
G = 34.57%
B = 33.09%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#838C86 (or 0x838C86) is known color: Blue Smoke. HEX triplet: 83, 8C and 86. RGB value is (131,140,134). Sum of RGB (Red+Green+Blue) = 131+140+134=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #838C86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C86 is #7C7379. Grayscale: #888888. Windows color (decimal): -8156026 or 8817795. OLE color: 8817795.

HSL color Cylindrical-coordinate representation of color #838C86: hue angle of 140º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838C86 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 140 134 -
CMYK 0.06 0 0.04 0.45
HSL 140º 0.04% 0.53% -
HSV(B) 140º 0.06% 0.55% -
XYZ 23.04 25.3 26.22 -
YUV 136.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 131 140 134 0.06 0 0.04 0.45 140 0.04 0.53
Hex 83 8C 86 6 0 4 2D 8C 4 35
Octal 203 214 206 6 0 4 55 214 4 65
Binary 10000011 10001100 10000110 110 0 100 101101 10001100 100 110101

Color Harmonies of #838C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C86

Black with #838C86

Text Example


Text Example

White with #838C86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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