Html Css Color HEX #839097 Aluminium

📋 copy color: '#839097'

red 131 ◦ green 144 ◦ blue 151

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

Shades of Aluminium #839097

Tints of Aluminium #839097

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.8%

 BLUE value IS 151 (59.38% from 255) = 35.45%

R = 30.75%
G = 33.8%
B = 35.45%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#839097 (or 0x839097) is known color: Aluminium. HEX triplet: 83, 90 and 97. RGB value is (131,144,151). Sum of RGB (Red+Green+Blue) = 131+144+151=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 144 (56.64% from 255 or 33.80% from 426); Blue value is 151 (59.38% from 255 or 35.45% from 426); Max value from RGB is 151 - color contains mainly: blue. Hex color #839097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839097 is #7C6F68. Grayscale: #8C8C8C. Windows color (decimal): -8154985 or 9932931. OLE color: 9932931.

HSL color Cylindrical-coordinate representation of color #839097: hue angle of 201º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839097 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 144 151 -
CMYK 0.13 0.05 0 0.41
HSL 201º 0.09% 0.55% -
HSV(B) 201º 0.13% 0.59% -
XYZ 24.92 27.01 33.18 -
YUV 140.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 131 144 151 0.13 0.05 0 0.41 201 0.09 0.55
Hex 83 90 97 D 5 0 29 C9 9 37
Octal 203 220 227 15 5 0 51 311 11 67
Binary 10000011 10010000 10010111 1101 101 0 101001 11001001 1001 110111

Color Harmonies of #839097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839097

Black with #839097

Text Example


Text Example

White with #839097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839097; }

 p { color: rgb(131,144,151); }

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

background-color css

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

 a { background-color: rgb(131,144,151); }

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

border-color css

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

 span { border-color: rgb(131,144,151); }

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