Html Css Color HEX #81898E Aluminium

📋 copy color: '#81898E'

red 129 ◦ green 137 ◦ blue 142

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

Shades of Aluminium #81898E

Tints of Aluminium #81898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 31.62%
G = 33.58%
B = 34.8%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#81898E (or 0x81898E) is known color: Aluminium. HEX triplet: 81, 89 and 8E. RGB value is (129,137,142). Sum of RGB (Red+Green+Blue) = 129+137+142=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 142 - color contains mainly: blue. Hex color #81898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81898E is #7E7671. Grayscale: #878787. Windows color (decimal): -8287858 or 9341313. OLE color: 9341313.

HSL color Cylindrical-coordinate representation of color #81898E: hue angle of 203.08º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #81898E is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 137 142 -
CMYK 0.09 0.04 0 0.44
HSL 203.08º 0.05% 0.53% -
HSV(B) 203.08º 0.09% 0.56% -
XYZ 22.88 24.51 29.12 -
YUV 135.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 129 137 142 0.09 0.04 0 0.44 203.08 0.05 0.53
Hex 81 89 8E 9 4 0 2C CB 5 35
Octal 201 211 216 11 4 0 54 313 5 65
Binary 10000001 10001001 10001110 1001 100 0 101100 11001011 101 110101

Color Harmonies of #81898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81898E

Black with #81898E

Text Example


Text Example

White with #81898E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81898E; }

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

 H1.HeaderClassName
 {
   color: #81898E;
 }
 .AnyTagClassName
 {
   color: #81898E;
 }
</style>

background-color css

<style>
 a { background-color: #81898E; }

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

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

border-color css

<style>
 span { border-color: #81898E; }

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

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