Html Css Color HEX #879198 Aluminium

📋 copy color: '#879198'

red 135 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #879198

Tints of Aluminium #879198

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.56%

 BLUE value IS 152 (59.77% from 255) = 35.19%

R = 31.25%
G = 33.56%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#879198 (or 0x879198) is known color: Aluminium. HEX triplet: 87, 91 and 98. RGB value is (135,145,152). Sum of RGB (Red+Green+Blue) = 135+145+152=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #879198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879198 is #786E67. Grayscale: #8E8E8E. Windows color (decimal): -7892584 or 9998727. OLE color: 9998727.

HSL color Cylindrical-coordinate representation of color #879198: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #879198 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 145 152 -
CMYK 0.11 0.05 0 0.40
HSL 204.71º 0.08% 0.56% -
HSV(B) 204.71º 0.11% 0.6% -
XYZ 25.78 27.67 33.69 -
YUV 142.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 135 145 152 0.11 0.05 0 0.40 204.71 0.08 0.56
Hex 87 91 98 B 5 0 28 CD 8 38
Octal 207 221 230 13 5 0 50 315 10 70
Binary 10000111 10010001 10011000 1011 101 0 101000 11001101 1000 111000

Color Harmonies of #879198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879198

Black with #879198

Text Example


Text Example

White with #879198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879198; }

 p { color: rgb(135,145,152); }

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

background-color css

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

 a { background-color: rgb(135,145,152); }

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

border-color css

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

 span { border-color: rgb(135,145,152); }

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