#818B93

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

Shades of Aluminium #818B93

Tints of Aluminium #818B93

Color information

#818B93 (or 0x818B93) is unknown color: approx Aluminium. HEX triplet: 81, 8B and 93. RGB value is (129,139,147). Sum of RGB (Red+Green+Blue) = 129+139+147=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #818B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B93 is #7E746C. Grayscale: #888888. Windows color (decimal): -8287341 or 9669505. OLE color: 9669505.

HSL color Cylindrical-coordinate representation of color #818B93: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818B93 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129139147-
CMYK0.120.0500.42
HSL206.67º7.69%54.12%-
HSV(B)206.67º12.24%57.65%-
XYZ23.5525.2431.23-
YUV136.92133.69122.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.08%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 147 (57.81% from 255) = 35.42%
R=31.08%
G=33.49%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291391470.120.0500.42206.677.6954.12
Hex818B93C502Acf836
Octal2012132231450523171066
Binary10000001100010111001001111001010101010110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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