Html Css Color HEX #838E92 Aluminium

📋 copy color: '#838E92'

red 131 ◦ green 142 ◦ blue 146

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

Shades of Aluminium #838E92

Tints of Aluminium #838E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.84%

R = 31.26%
G = 33.89%
B = 34.84%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#838E92 (or 0x838E92) is known color: Aluminium. HEX triplet: 83, 8E and 92. RGB value is (131,142,146). Sum of RGB (Red+Green+Blue) = 131+142+146=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 146 - color contains mainly: blue. Hex color #838E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E92 is #7C716D. Grayscale: #8B8B8B. Windows color (decimal): -8155502 or 9604739. OLE color: 9604739.

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

Color convert

RGB 131 142 146 -
CMYK 0.10 0.03 0 0.43
HSL 196º 0.06% 0.54% -
HSV(B) 196º 0.1% 0.57% -
XYZ 24.22 26.25 30.98 -
YUV 139.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 131 142 146 0.10 0.03 0 0.43 196 0.06 0.54
Hex 83 8E 92 A 3 0 2B C4 6 36
Octal 203 216 222 12 3 0 53 304 6 66
Binary 10000011 10001110 10010010 1010 11 0 101011 11000100 110 110110

Color Harmonies of #838E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E92

Black with #838E92

Text Example


Text Example

White with #838E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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