Html Css Color HEX #838E95 Aluminium

📋 copy color: '#838E95'

red 131 ◦ green 142 ◦ blue 149

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

Shades of Aluminium #838E95

Tints of Aluminium #838E95

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

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

R = 31.04%
G = 33.65%
B = 35.31%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838E95 (or 0x838E95) is known color: Aluminium. HEX triplet: 83, 8E and 95. RGB value is (131,142,149). Sum of RGB (Red+Green+Blue) = 131+142+149=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #838E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E95 is #7C716A. Grayscale: #8B8B8B. Windows color (decimal): -8155499 or 9801347. OLE color: 9801347.

HSL color Cylindrical-coordinate representation of color #838E95: hue angle of 203.33º 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 #838E95 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 142 149 -
CMYK 0.12 0.05 0 0.42
HSL 203.33º 0.08% 0.55% -
HSV(B) 203.33º 0.12% 0.58% -
XYZ 24.46 26.34 32.23 -
YUV 139.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 131 142 149 0.12 0.05 0 0.42 203.33 0.08 0.55
Hex 83 8E 95 C 5 0 2A CB 8 37
Octal 203 216 225 14 5 0 52 313 10 67
Binary 10000011 10001110 10010101 1100 101 0 101010 11001011 1000 110111

Color Harmonies of #838E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E95

Black with #838E95

Text Example


Text Example

White with #838E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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