Html Css Color HEX #848A8E Aluminium

📋 copy color: '#848A8E'

red 132 ◦ green 138 ◦ blue 142

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

Shades of Aluminium #848A8E

Tints of Aluminium #848A8E

RGB

 RED value IS 132 (51.95% from 255) = 32.04%

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 32.04%
G = 33.5%
B = 34.47%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#848A8E (or 0x848A8E) is known color: Aluminium. HEX triplet: 84, 8A and 8E. RGB value is (132,138,142). Sum of RGB (Red+Green+Blue) = 132+138+142=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 142 - color contains mainly: blue. Hex color #848A8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848A8E is #7B7571. Grayscale: #888888. Windows color (decimal): -8090994 or 9341572. OLE color: 9341572.

HSL color Cylindrical-coordinate representation of color #848A8E: hue angle of 204º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #848A8E is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 138 142 -
CMYK 0.07 0.03 0 0.44
HSL 204º 0.04% 0.54% -
HSV(B) 204º 0.07% 0.56% -
XYZ 23.49 25.04 29.19 -
YUV 136.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 132 138 142 0.07 0.03 0 0.44 204 0.04 0.54
Hex 84 8A 8E 7 3 0 2C CC 4 36
Octal 204 212 216 7 3 0 54 314 4 66
Binary 10000100 10001010 10001110 111 11 0 101100 11001100 100 110110

Color Harmonies of #848A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848A8E

Black with #848A8E

Text Example


Text Example

White with #848A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848A8E; }

 p { color: rgb(132,138,142); }

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

background-color css

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

 a { background-color: rgb(132,138,142); }

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

border-color css

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

 span { border-color: rgb(132,138,142); }

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