Html Css Color HEX #828F95 Aluminium

📋 copy color: '#828F95'

red 130 ◦ green 143 ◦ blue 149

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

Shades of Aluminium #828F95

Tints of Aluminium #828F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.89%

 BLUE value IS 149 (58.59% from 255) = 35.31%

R = 30.81%
G = 33.89%
B = 35.31%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#828F95 (or 0x828F95) is known color: Aluminium. HEX triplet: 82, 8F and 95. RGB value is (130,143,149). Sum of RGB (Red+Green+Blue) = 130+143+149=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 149 - color contains mainly: blue. Hex color #828F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F95 is #7D706A. Grayscale: #8B8B8B. Windows color (decimal): -8220779 or 9801602. OLE color: 9801602.

HSL color Cylindrical-coordinate representation of color #828F95: hue angle of 198.95º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828F95 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 143 149 -
CMYK 0.13 0.04 0 0.42
HSL 198.95º 0.08% 0.55% -
HSV(B) 198.95º 0.13% 0.58% -
XYZ 24.45 26.56 32.27 -
YUV 139.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 130 143 149 0.13 0.04 0 0.42 198.95 0.08 0.55
Hex 82 8F 95 D 4 0 2A C7 8 37
Octal 202 217 225 15 4 0 52 307 10 67
Binary 10000010 10001111 10010101 1101 100 0 101010 11000111 1000 110111

Color Harmonies of #828F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828F95

Black with #828F95

Text Example


Text Example

White with #828F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,143,149); }

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

background-color css

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

 a { background-color: rgb(130,143,149); }

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

border-color css

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

 span { border-color: rgb(130,143,149); }

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