Html Css Color HEX #878E90 Aluminium

📋 copy color: '#878E90'

red 135 ◦ green 142 ◦ blue 144

#878E90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aluminium #878E90

Tints of Aluminium #878E90

RGB

 RED value IS 135 (53.13% from 255) = 32.07%

 GREEN value IS 142 (55.86% from 255) = 33.73%

 BLUE value IS 144 (56.64% from 255) = 34.2%

R = 32.07%
G = 33.73%
B = 34.2%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#878E90 (or 0x878E90) is known color: Aluminium. HEX triplet: 87, 8E and 90. RGB value is (135,142,144). Sum of RGB (Red+Green+Blue) = 135+142+144=421 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.07% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 144 - color contains mainly: blue. Hex color #878E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E90 is #78716F. Grayscale: #8C8C8C. Windows color (decimal): -7893360 or 9473671. OLE color: 9473671.

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

Color convert

RGB 135 142 144 -
CMYK 0.06 0.01 0 0.44
HSL 193.33º 0.04% 0.55% -
HSV(B) 193.33º 0.06% 0.56% -
XYZ 24.7 26.51 30.2 -
YUV 140.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 135 142 144 0.06 0.01 0 0.44 193.33 0.04 0.55
Hex 87 8E 90 6 1 0 2C C1 4 37
Octal 207 216 220 6 1 0 54 301 4 67
Binary 10000111 10001110 10010000 110 1 0 101100 11000001 100 110111

Color Harmonies of #878E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E90

Black with #878E90

Text Example


Text Example

White with #878E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878E90; }

 p { color: rgb(135,142,144); }

 H1.HeaderClassName
 {
   color: #878E90;
 }
 .AnyTagClassName
 {
   color: #878E90;
 }
</style>

background-color css

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

 a { background-color: rgb(135,142,144); }

 div.DivClassName
 {
   background-color: #878E90;
 }
 .BgClassName
 {
   background-color: #878E90;
 }
</style>

border-color css

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

 span { border-color: rgb(135,142,144); }

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