#8C9298

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

Shades of Aluminium #8C9298

Tints of Aluminium #8C9298

Color information

#8C9298 (or 0x8C9298) is unknown color: approx Aluminium. HEX triplet: 8C, 92 and 98. RGB value is (140,146,152). Sum of RGB (Red+Green+Blue) = 140+146+152=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 152 (59.77% from 255 or 34.70% from 438); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C9298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9298 is #736D67. Grayscale: #909090. Windows color (decimal): -7564648 or 9998988. OLE color: 9998988.

HSL color Cylindrical-coordinate representation of color #8C9298: hue angle of 210º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9298 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB140146152-
CMYK0.080.0400.40
HSL210º5.5%57.25%-
HSV(B)210º7.89%59.61%-
XYZ26.7628.433.78-
YUV144.89132.01124.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 146 (57.42% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 34.70%
R=31.96%
G=33.33%
B=34.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1401461520.080.0400.402105.557.25
Hex8C929884028d2639
Octal214222230104050322671
Binary1000110010010010100110001000100010100011010010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9298; }

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

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

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

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

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

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

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

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