Html Css Color HEX #828A85 Blue Smoke

📋 copy color: '#828A85'

red 130 ◦ green 138 ◦ blue 133

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

Shades of Blue Smoke #828A85

Tints of Blue Smoke #828A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 32.42%
G = 34.41%
B = 33.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#828A85 (or 0x828A85) is known color: Blue Smoke. HEX triplet: 82, 8A and 85. RGB value is (130,138,133). Sum of RGB (Red+Green+Blue) = 130+138+133=401 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.42% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 138 - color contains mainly: green. Hex color #828A85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828A85 is #7D757A. Grayscale: #878787. Windows color (decimal): -8222075 or 8751746. OLE color: 8751746.

HSL color Cylindrical-coordinate representation of color #828A85: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #828A85 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 130 138 133 -
CMYK 0.06 0 0.04 0.46
HSL 142.5º 0.03% 0.53% -
HSV(B) 142.5º 0.06% 0.54% -
XYZ 22.53 24.62 25.75 -
YUV 135.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 130 138 133 0.06 0 0.04 0.46 142.5 0.03 0.53
Hex 82 8A 85 6 0 4 2E 8E 3 35
Octal 202 212 205 6 0 4 56 216 3 65
Binary 10000010 10001010 10000101 110 0 100 101110 10001110 11 110101

Color Harmonies of #828A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828A85

Black with #828A85

Text Example


Text Example

White with #828A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,138,133); }

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

background-color css

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

 a { background-color: rgb(130,138,133); }

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

border-color css

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

 span { border-color: rgb(130,138,133); }

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