Html Css Color HEX #839095 Aluminium

📋 copy color: '#839095'

red 131 ◦ green 144 ◦ blue 149

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

Shades of Aluminium #839095

Tints of Aluminium #839095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.14%

R = 30.9%
G = 33.96%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#839095 (or 0x839095) is known color: Aluminium. HEX triplet: 83, 90 and 95. RGB value is (131,144,149). Sum of RGB (Red+Green+Blue) = 131+144+149=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 149 - color contains mainly: blue. Hex color #839095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839095 is #7C6F6A. Grayscale: #8C8C8C. Windows color (decimal): -8154987 or 9801859. OLE color: 9801859.

HSL color Cylindrical-coordinate representation of color #839095: hue angle of 196.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #839095 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 144 149 -
CMYK 0.12 0.03 0 0.42
HSL 196.67º 0.08% 0.55% -
HSV(B) 196.67º 0.12% 0.58% -
XYZ 24.76 26.94 32.33 -
YUV 140.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 131 144 149 0.12 0.03 0 0.42 196.67 0.08 0.55
Hex 83 90 95 C 3 0 2A C5 8 37
Octal 203 220 225 14 3 0 52 305 10 67
Binary 10000011 10010000 10010101 1100 11 0 101010 11000101 1000 110111

Color Harmonies of #839095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839095

Black with #839095

Text Example


Text Example

White with #839095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839095; }

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

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

background-color css

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

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

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

border-color css

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

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

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