#868B90

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

Shades of Aluminium #868B90

Tints of Aluminium #868B90

Color information

#868B90 (or 0x868B90) is unknown color: approx Aluminium. HEX triplet: 86, 8B and 90. RGB value is (134,139,144). Sum of RGB (Red+Green+Blue) = 134+139+144=417 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.13% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 144 (56.64% from 255 or 34.53% from 417); Max value from RGB is 144 - color contains mainly: blue. Hex color #868B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868B90 is #79746F. Grayscale: #8A8A8A. Windows color (decimal): -7959664 or 9472902. OLE color: 9472902.

HSL color Cylindrical-coordinate representation of color #868B90: hue angle of 210º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #868B90 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB134139144-
CMYK0.070.0300.44
HSL210º4.31%54.51%-
HSV(B)210º6.94%56.47%-
XYZ24.125.5530.05-
YUV138.07131.34125.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.13%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 34.53%
R=32.13%
G=33.33%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341391440.070.0300.442104.3154.51
Hex868B907302Cd2437
Octal20621322073054322467
Binary10000110100010111001000011111010110011010010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868B90; }

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

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

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

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

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

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

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

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