Html Css Color HEX #879298 Aluminium

📋 copy color: '#879298'

red 135 ◦ green 146 ◦ blue 152

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

Shades of Aluminium #879298

Tints of Aluminium #879298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.72%

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

R = 31.18%
G = 33.72%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#879298 (or 0x879298) is known color: Aluminium. HEX triplet: 87, 92 and 98. RGB value is (135,146,152). Sum of RGB (Red+Green+Blue) = 135+146+152=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 152 - color contains mainly: blue. Hex color #879298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879298 is #786D67. Grayscale: #8F8F8F. Windows color (decimal): -7892328 or 9998983. OLE color: 9998983.

HSL color Cylindrical-coordinate representation of color #879298: hue angle of 201.18º 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 #879298 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 135 146 152 -
CMYK 0.11 0.04 0 0.40
HSL 201.18º 0.08% 0.56% -
HSV(B) 201.18º 0.11% 0.6% -
XYZ 25.94 27.98 33.74 -
YUV 143.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 135 146 152 0.11 0.04 0 0.40 201.18 0.08 0.56
Hex 87 92 98 B 4 0 28 C9 8 38
Octal 207 222 230 13 4 0 50 311 10 70
Binary 10000111 10010010 10011000 1011 100 0 101000 11001001 1000 111000

Color Harmonies of #879298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879298

Black with #879298

Text Example


Text Example

White with #879298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879298; }

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

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

background-color css

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

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

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

border-color css

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

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

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