#818E94

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

Shades of Aluminium #818E94

Tints of Aluminium #818E94

Color information

#818E94 (or 0x818E94) is unknown color: approx Aluminium. HEX triplet: 81, 8E and 94. RGB value is (129,142,148). Sum of RGB (Red+Green+Blue) = 129+142+148=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 148 - color contains mainly: blue. Hex color #818E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818E94 is #7E716B. Grayscale: #8A8A8A. Windows color (decimal): -8286572 or 9735809. OLE color: 9735809.

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

Color convert

RGB129142148-
CMYK0.130.0400.42
HSL198.95º8.15%54.31%-
HSV(B)198.95º12.84%58.04%-
XYZ24.0726.1531.8-
YUV138.8133.19121.01-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 148 (58.20% from 255) = 35.32%
R=30.79%
G=33.89%
B=35.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291421480.130.0400.42198.958.1554.31
Hex818E94D402Ac7836
Octal2012162241540523071066
Binary10000001100011101001010011011000101010110001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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