Html Css Color HEX #869297 Aluminium

📋 copy color: '#869297'

red 134 ◦ green 146 ◦ blue 151

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

Shades of Aluminium #869297

Tints of Aluminium #869297

RGB

 RED value IS 134 (52.73% from 255) = 31.09%

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 31.09%
G = 33.87%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#869297 (or 0x869297) is known color: Aluminium. HEX triplet: 86, 92 and 97. RGB value is (134,146,151). Sum of RGB (Red+Green+Blue) = 134+146+151=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 151 - color contains mainly: blue. Hex color #869297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869297 is #796D68. Grayscale: #8E8E8E. Windows color (decimal): -7957865 or 9933446. OLE color: 9933446.

HSL color Cylindrical-coordinate representation of color #869297: hue angle of 197.65º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #869297 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 146 151 -
CMYK 0.11 0.03 0 0.41
HSL 197.65º 0.08% 0.56% -
HSV(B) 197.65º 0.11% 0.59% -
XYZ 25.7 27.86 33.3 -
YUV 142.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 134 146 151 0.11 0.03 0 0.41 197.65 0.08 0.56
Hex 86 92 97 B 3 0 29 C6 8 38
Octal 206 222 227 13 3 0 51 306 10 70
Binary 10000110 10010010 10010111 1011 11 0 101001 11000110 1000 111000

Color Harmonies of #869297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869297

Black with #869297

Text Example


Text Example

White with #869297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869297; }

 p { color: rgb(134,146,151); }

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

background-color css

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

 a { background-color: rgb(134,146,151); }

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

border-color css

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

 span { border-color: rgb(134,146,151); }

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