Html Css Color HEX #818C92 Aluminium

📋 copy color: '#818C92'

red 129 ◦ green 140 ◦ blue 146

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

Shades of Aluminium #818C92

Tints of Aluminium #818C92

RGB

 RED value IS 129 (50.78% from 255) = 31.08%

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 146 (57.42% from 255) = 35.18%

R = 31.08%
G = 33.73%
B = 35.18%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#818C92 (or 0x818C92) is known color: Aluminium. HEX triplet: 81, 8C and 92. RGB value is (129,140,146). Sum of RGB (Red+Green+Blue) = 129+140+146=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 146 - color contains mainly: blue. Hex color #818C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818C92 is #7E736D. Grayscale: #898989. Windows color (decimal): -8287086 or 9604225. OLE color: 9604225.

HSL color Cylindrical-coordinate representation of color #818C92: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #818C92 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 129 140 146 -
CMYK 0.12 0.04 0 0.43
HSL 201.18º 0.07% 0.54% -
HSV(B) 201.18º 0.12% 0.57% -
XYZ 23.62 25.5 30.87 -
YUV 137.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 129 140 146 0.12 0.04 0 0.43 201.18 0.07 0.54
Hex 81 8C 92 C 4 0 2B C9 7 36
Octal 201 214 222 14 4 0 53 311 7 66
Binary 10000001 10001100 10010010 1100 100 0 101011 11001001 111 110110

Color Harmonies of #818C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818C92

Black with #818C92

Text Example


Text Example

White with #818C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,140,146); }

 H1.HeaderClassName
 {
   color: #818C92;
 }
 .AnyTagClassName
 {
   color: #818C92;
 }
</style>

background-color css

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

 a { background-color: rgb(129,140,146); }

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

border-color css

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

 span { border-color: rgb(129,140,146); }

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