Html Css Color HEX #839285 Stack

📋 copy color: '#839285'

red 131 ◦ green 146 ◦ blue 133

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

Shades of Stack #839285

Tints of Stack #839285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.61%

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 31.95%
G = 35.61%
B = 32.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#839285 (or 0x839285) is known color: Stack. HEX triplet: 83, 92 and 85. RGB value is (131,146,133). Sum of RGB (Red+Green+Blue) = 131+146+133=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 146 (57.42% from 255 or 35.61% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 146 - color contains mainly: green. Hex color #839285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839285 is #7C6D7A. Grayscale: #8C8C8C. Windows color (decimal): -8154491 or 8753795. OLE color: 8753795.

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

Color convert

RGB 131 146 133 -
CMYK 0.10 0 0.09 0.43
HSL 128º 0.06% 0.54% -
HSV(B) 128º 0.1% 0.57% -
XYZ 23.87 27.08 26.16 -
YUV 140.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 131 146 133 0.10 0 0.09 0.43 128 0.06 0.54
Hex 83 92 85 A 0 9 2B 80 6 36
Octal 203 222 205 12 0 11 53 200 6 66
Binary 10000011 10010010 10000101 1010 0 1001 101011 10000000 110 110110

Color Harmonies of #839285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839285

Black with #839285

Text Example


Text Example

White with #839285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839285; }

 p { color: rgb(131,146,133); }

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

background-color css

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

 a { background-color: rgb(131,146,133); }

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

border-color css

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

 span { border-color: rgb(131,146,133); }

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