Html Css Color HEX #828B93 Aluminium

📋 copy color: '#828B93'

red 130 ◦ green 139 ◦ blue 147

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

Shades of Aluminium #828B93

Tints of Aluminium #828B93

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.41%

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

R = 31.25%
G = 33.41%
B = 35.34%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828B93 (or 0x828B93) is known color: Aluminium. HEX triplet: 82, 8B and 93. RGB value is (130,139,147). Sum of RGB (Red+Green+Blue) = 130+139+147=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 147 - color contains mainly: blue. Hex color #828B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828B93 is #7D746C. Grayscale: #898989. Windows color (decimal): -8221805 or 9669506. OLE color: 9669506.

HSL color Cylindrical-coordinate representation of color #828B93: hue angle of 208.24º 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 #828B93 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 139 147 -
CMYK 0.12 0.05 0 0.42
HSL 208.24º 0.07% 0.54% -
HSV(B) 208.24º 0.12% 0.58% -
XYZ 23.71 25.32 31.24 -
YUV 137.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 130 139 147 0.12 0.05 0 0.42 208.24 0.07 0.54
Hex 82 8B 93 C 5 0 2A D0 7 36
Octal 202 213 223 14 5 0 52 320 7 66
Binary 10000010 10001011 10010011 1100 101 0 101010 11010000 111 110110

Color Harmonies of #828B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B93

Black with #828B93

Text Example


Text Example

White with #828B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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