Html Css Color HEX #818A8F Aluminium

📋 copy color: '#818A8F'

red 129 ◦ green 138 ◦ blue 143

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

Shades of Aluminium #818A8F

Tints of Aluminium #818A8F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.66%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 31.46%
G = 33.66%
B = 34.88%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#818A8F (or 0x818A8F) is known color: Aluminium. HEX triplet: 81, 8A and 8F. RGB value is (129,138,143). Sum of RGB (Red+Green+Blue) = 129+138+143=410 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.46% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 143 - color contains mainly: blue. Hex color #818A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A8F is #7E7570. Grayscale: #878787. Windows color (decimal): -8287601 or 9407105. OLE color: 9407105.

HSL color Cylindrical-coordinate representation of color #818A8F: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #818A8F is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 138 143 -
CMYK 0.10 0.03 0 0.44
HSL 201.43º 0.06% 0.53% -
HSV(B) 201.43º 0.1% 0.56% -
XYZ 23.1 24.83 29.56 -
YUV 135.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 129 138 143 0.10 0.03 0 0.44 201.43 0.06 0.53
Hex 81 8A 8F A 3 0 2C C9 6 35
Octal 201 212 217 12 3 0 54 311 6 65
Binary 10000001 10001010 10001111 1010 11 0 101100 11001001 110 110101

Color Harmonies of #818A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A8F

Black with #818A8F

Text Example


Text Example

White with #818A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,138,143); }

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

background-color css

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

 a { background-color: rgb(129,138,143); }

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

border-color css

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

 span { border-color: rgb(129,138,143); }

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