#869194

Color #869194 Aluminium (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aluminium #869194

Tints of Aluminium #869194

Color information

#869194 (or 0x869194) is unknown color: approx Aluminium. HEX triplet: 86, 91 and 94. RGB value is (134,145,148). Sum of RGB (Red+Green+Blue) = 134+145+148=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #869194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869194 is #796E6B. Grayscale: #8E8E8E. Windows color (decimal): -7958124 or 9736582. OLE color: 9736582.

HSL color Cylindrical-coordinate representation of color #869194: hue angle of 192.86º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869194 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134145148-
CMYK0.090.0200.42
HSL192.86º6.14%55.29%-
HSV(B)192.86º9.46%58.04%-
XYZ25.327.4631.98-
YUV142.05131.36122.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.38%
GREEN value IS 145 (57.03% from 255) = 33.96%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=31.38%
G=33.96%
B=34.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341451480.090.0200.42192.866.1455.29
Hex8691949202Ac1637
Octal206221224112052301667
Binary100001101001000110010100100110010101011000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869194; }

 p { color: rgb(134,145,148); }

 H1.HeaderClassName
 {
   color: #869194;
 }
 .AnyTagClassName
 {
   color: #869194;
 }
</style>
background-color css

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

 a { background-color: rgb(134,145,148); }

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

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

 span { border-color: rgb(134,145,148); }

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