#838B93

Color #838B93 Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #838B93

Tints of Aluminium #838B93

Color information

#838B93 (or 0x838B93) is unknown color: approx Aluminium. HEX triplet: 83, 8B and 93. RGB value is (131,139,147). Sum of RGB (Red+Green+Blue) = 131+139+147=417 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.41% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 147 (57.81% from 255 or 35.25% from 417); Max value from RGB is 147 - color contains mainly: blue. Hex color #838B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B93 is #7C746C. Grayscale: #898989. Windows color (decimal): -8156269 or 9669507. OLE color: 9669507.

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

Color convert

RGB131139147-
CMYK0.110.0500.42
HSL210º6.9%54.51%-
HSV(B)210º10.88%57.65%-
XYZ23.8625.431.25-
YUV137.52133.35123.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.41%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 35.25%
R=31.41%
G=33.33%
B=35.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1311391470.110.0500.422106.954.51
Hex838B93B502Ad2737
Octal203213223135052322767
Binary1000001110001011100100111011101010101011010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,139,147); }

 H1.HeaderClassName
 {
   color: #838B93;
 }
 .AnyTagClassName
 {
   color: #838B93;
 }
</style>
background-color css

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

 a { background-color: rgb(131,139,147); }

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

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

 span { border-color: rgb(131,139,147); }

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