Html Css Color HEX #878E94 Aluminium

📋 copy color: '#878E94'

red 135 ◦ green 142 ◦ blue 148

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

Shades of Aluminium #878E94

Tints of Aluminium #878E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 31.76%
G = 33.41%
B = 34.82%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#878E94 (or 0x878E94) is known color: Aluminium. HEX triplet: 87, 8E and 94. RGB value is (135,142,148). Sum of RGB (Red+Green+Blue) = 135+142+148=425 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.76% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #878E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878E94 is #78716B. Grayscale: #8C8C8C. Windows color (decimal): -7893356 or 9735815. OLE color: 9735815.

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

Color convert

RGB 135 142 148 -
CMYK 0.09 0.04 0 0.42
HSL 207.69º 0.06% 0.55% -
HSV(B) 207.69º 0.09% 0.58% -
XYZ 25.01 26.64 31.84 -
YUV 140.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 135 142 148 0.09 0.04 0 0.42 207.69 0.06 0.55
Hex 87 8E 94 9 4 0 2A D0 6 37
Octal 207 216 224 11 4 0 52 320 6 67
Binary 10000111 10001110 10010100 1001 100 0 101010 11010000 110 110111

Color Harmonies of #878E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878E94

Black with #878E94

Text Example


Text Example

White with #878E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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