Html Css Color HEX #869097 Aluminium

📋 copy color: '#869097'

red 134 ◦ green 144 ◦ blue 151

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

Shades of Aluminium #869097

Tints of Aluminium #869097

RGB

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

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

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

R = 31.24%
G = 33.57%
B = 35.2%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#869097 (or 0x869097) is known color: Aluminium. HEX triplet: 86, 90 and 97. RGB value is (134,144,151). Sum of RGB (Red+Green+Blue) = 134+144+151=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 151 - color contains mainly: blue. Hex color #869097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869097 is #796F68. Grayscale: #8D8D8D. Windows color (decimal): -7958377 or 9932934. OLE color: 9932934.

HSL color Cylindrical-coordinate representation of color #869097: hue angle of 204.71º 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 #869097 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 134 144 151 -
CMYK 0.11 0.05 0 0.41
HSL 204.71º 0.08% 0.56% -
HSV(B) 204.71º 0.11% 0.59% -
XYZ 25.39 27.25 33.2 -
YUV 141.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 134 144 151 0.11 0.05 0 0.41 204.71 0.08 0.56
Hex 86 90 97 B 5 0 29 CD 8 38
Octal 206 220 227 13 5 0 51 315 10 70
Binary 10000110 10010000 10010111 1011 101 0 101001 11001101 1000 111000

Color Harmonies of #869097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869097

Black with #869097

Text Example


Text Example

White with #869097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869097; }

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

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

background-color css

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

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

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

border-color css

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

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

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