#868E94

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

Shades of Aluminium #868E94

Tints of Aluminium #868E94

Color information

#868E94 (or 0x868E94) is unknown color: approx Aluminium. HEX triplet: 86, 8E and 94. RGB value is (134,142,148). Sum of RGB (Red+Green+Blue) = 134+142+148=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #868E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E94 is #79716B. Grayscale: #8C8C8C. Windows color (decimal): -7958892 or 9735814. OLE color: 9735814.

HSL color Cylindrical-coordinate representation of color #868E94: hue angle of 205.71º 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 #868E94 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134142148-
CMYK0.090.0400.42
HSL205.71º6.14%55.29%-
HSV(B)205.71º9.46%58.04%-
XYZ24.8526.5531.83-
YUV140.29132.35123.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.60%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=31.60%
G=33.49%
B=34.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341421480.090.0400.42205.716.1455.29
Hex868E949402Ace637
Octal206216224114052316667
Binary1000011010001110100101001001100010101011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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