#838C93

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

Shades of Aluminium #838C93

Tints of Aluminium #838C93

Color information

#838C93 (or 0x838C93) is unknown color: approx Aluminium. HEX triplet: 83, 8C and 93. RGB value is (131,140,147). Sum of RGB (Red+Green+Blue) = 131+140+147=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 147 - color contains mainly: blue. Hex color #838C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838C93 is #7C736C. Grayscale: #8A8A8A. Windows color (decimal): -8156013 or 9669763. OLE color: 9669763.

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

Color convert

RGB131140147-
CMYK0.110.0500.42
HSL206.25º6.9%54.51%-
HSV(B)206.25º10.88%57.65%-
XYZ2425.6931.3-
YUV138.11133.02122.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.34%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=31.34%
G=33.49%
B=35.17%

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
Decimal1311401470.110.0500.42206.256.954.51
Hex838C93B502Ace737
Octal203214223135052316767
Binary1000001110001100100100111011101010101011001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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