#879298

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

Shades of Aluminium #879298

Tints of Aluminium #879298

Color information

#879298 (or 0x879298) is unknown color: approx Aluminium. HEX triplet: 87, 92 and 98. RGB value is (135,146,152). Sum of RGB (Red+Green+Blue) = 135+146+152=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #879298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879298 is #786D67. Grayscale: #8F8F8F. Windows color (decimal): -7892328 or 9998983. OLE color: 9998983.

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

Color convert

RGB135146152-
CMYK0.110.0400.40
HSL201.18º7.62%56.27%-
HSV(B)201.18º11.18%59.61%-
XYZ25.9427.9833.74-
YUV143.39132.86122.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.18%
GREEN value IS 146 (57.42% from 255) = 33.72%
BLUE value IS 152 (59.77% from 255) = 35.10%
R=31.18%
G=33.72%
B=35.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1351461520.110.0400.40201.187.6256.27
Hex879298B4028c9838
Octal2072222301340503111070
Binary10000111100100101001100010111000101000110010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879298; }

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

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

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

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

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

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

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

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