Html Css Color HEX #83898E Aluminium

📋 copy color: '#83898E'

red 131 ◦ green 137 ◦ blue 142

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

Shades of Aluminium #83898E

Tints of Aluminium #83898E

RGB

 RED value IS 131 (51.56% from 255) = 31.95%

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

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

R = 31.95%
G = 33.41%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83898E (or 0x83898E) is known color: Aluminium. HEX triplet: 83, 89 and 8E. RGB value is (131,137,142). Sum of RGB (Red+Green+Blue) = 131+137+142=410 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.95% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 142 - color contains mainly: blue. Hex color #83898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83898E is #7C7671. Grayscale: #878787. Windows color (decimal): -8156786 or 9341315. OLE color: 9341315.

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

Color convert

RGB 131 137 142 -
CMYK 0.08 0.04 0 0.44
HSL 207.27º 0.05% 0.54% -
HSV(B) 207.27º 0.08% 0.56% -
XYZ 23.19 24.67 29.13 -
YUV 135.78 131.51 124.59 -
System Red Green Blue C M Y K H S L
Decimal 131 137 142 0.08 0.04 0 0.44 207.27 0.05 0.54
Hex 83 89 8E 8 4 0 2C CF 5 36
Octal 203 211 216 10 4 0 54 317 5 66
Binary 10000011 10001001 10001110 1000 100 0 101100 11001111 101 110110

Color Harmonies of #83898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83898E

Black with #83898E

Text Example


Text Example

White with #83898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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