Html Css Color HEX #83898C Aluminium

📋 copy color: '#83898C'

red 131 ◦ green 137 ◦ blue 140

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

Shades of Aluminium #83898C

Tints of Aluminium #83898C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.31%

R = 32.11%
G = 33.58%
B = 34.31%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83898C (or 0x83898C) is known color: Aluminium. HEX triplet: 83, 89 and 8C. RGB value is (131,137,140). Sum of RGB (Red+Green+Blue) = 131+137+140=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #83898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83898C is #7C7673. Grayscale: #878787. Windows color (decimal): -8156788 or 9210243. OLE color: 9210243.

HSL color Cylindrical-coordinate representation of color #83898C: hue angle of 200º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #83898C is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 137 140 -
CMYK 0.06 0.02 0 0.45
HSL 200º 0.04% 0.53% -
HSV(B) 200º 0.06% 0.55% -
XYZ 23.04 24.61 28.35 -
YUV 135.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 131 137 140 0.06 0.02 0 0.45 200 0.04 0.53
Hex 83 89 8C 6 2 0 2D C8 4 35
Octal 203 211 214 6 2 0 55 310 4 65
Binary 10000011 10001001 10001100 110 10 0 101101 11001000 100 110101

Color Harmonies of #83898C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83898C

Black with #83898C

Text Example


Text Example

White with #83898C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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