Html Css Color HEX #838E94 Aluminium

📋 copy color: '#838E94'

red 131 ◦ green 142 ◦ blue 148

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

Shades of Aluminium #838E94

Tints of Aluminium #838E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.15%

R = 31.12%
G = 33.73%
B = 35.15%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838E94 (or 0x838E94) is known color: Aluminium. HEX triplet: 83, 8E and 94. RGB value is (131,142,148). Sum of RGB (Red+Green+Blue) = 131+142+148=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 148 - color contains mainly: blue. Hex color #838E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838E94 is #7C716B. Grayscale: #8B8B8B. Windows color (decimal): -8155500 or 9735811. OLE color: 9735811.

HSL color Cylindrical-coordinate representation of color #838E94: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838E94 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 142 148 -
CMYK 0.11 0.04 0 0.42
HSL 201.18º 0.07% 0.55% -
HSV(B) 201.18º 0.11% 0.58% -
XYZ 24.38 26.31 31.81 -
YUV 139.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 131 142 148 0.11 0.04 0 0.42 201.18 0.07 0.55
Hex 83 8E 94 B 4 0 2A C9 7 37
Octal 203 216 224 13 4 0 52 311 7 67
Binary 10000011 10001110 10010100 1011 100 0 101010 11001001 111 110111

Color Harmonies of #838E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838E94

Black with #838E94

Text Example


Text Example

White with #838E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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