#879198

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

Shades of Aluminium #879198

Tints of Aluminium #879198

Color information

#879198 (or 0x879198) is unknown color: approx Aluminium. HEX triplet: 87, 91 and 98. RGB value is (135,145,152). Sum of RGB (Red+Green+Blue) = 135+145+152=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #879198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879198 is #786E67. Grayscale: #8E8E8E. Windows color (decimal): -7892584 or 9998727. OLE color: 9998727.

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

Color convert

RGB135145152-
CMYK0.110.0500.40
HSL204.71º7.62%56.27%-
HSV(B)204.71º11.18%59.61%-
XYZ25.7827.6733.69-
YUV142.81133.19122.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.25%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=31.25%
G=33.56%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351451520.110.0500.40204.717.6256.27
Hex879198B5028cd838
Octal2072212301350503151070
Binary10000111100100011001100010111010101000110011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879198; }

 p { color: rgb(135,145,152); }

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

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

 a { background-color: rgb(135,145,152); }

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

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

 span { border-color: rgb(135,145,152); }

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