Html Css Color HEX #828E93 Aluminium

📋 copy color: '#828E93'

red 130 ◦ green 142 ◦ blue 147

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

Shades of Aluminium #828E93

Tints of Aluminium #828E93

RGB

 RED value IS 130 (51.17% from 255) = 31.03%

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

 BLUE value IS 147 (57.81% from 255) = 35.08%

R = 31.03%
G = 33.89%
B = 35.08%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828E93 (or 0x828E93) is known color: Aluminium. HEX triplet: 82, 8E and 93. RGB value is (130,142,147). Sum of RGB (Red+Green+Blue) = 130+142+147=419 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.03% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 147 - color contains mainly: blue. Hex color #828E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E93 is #7D716C. Grayscale: #8A8A8A. Windows color (decimal): -8221037 or 9670274. OLE color: 9670274.

HSL color Cylindrical-coordinate representation of color #828E93: hue angle of 197.65º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #828E93 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 142 147 -
CMYK 0.12 0.03 0 0.42
HSL 197.65º 0.07% 0.54% -
HSV(B) 197.65º 0.12% 0.58% -
XYZ 24.15 26.2 31.39 -
YUV 138.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 130 142 147 0.12 0.03 0 0.42 197.65 0.07 0.54
Hex 82 8E 93 C 3 0 2A C6 7 36
Octal 202 216 223 14 3 0 52 306 7 66
Binary 10000010 10001110 10010011 1100 11 0 101010 11000110 111 110110

Color Harmonies of #828E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828E93

Black with #828E93

Text Example


Text Example

White with #828E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828E93; }

 p { color: rgb(130,142,147); }

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

background-color css

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

 a { background-color: rgb(130,142,147); }

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

border-color css

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

 span { border-color: rgb(130,142,147); }

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