Html Css Color HEX #829186 Blue Smoke

📋 copy color: '#829186'

red 130 ◦ green 145 ◦ blue 134

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

Shades of Blue Smoke #829186

Tints of Blue Smoke #829186

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.45%

 BLUE value IS 134 (52.73% from 255) = 32.76%

R = 31.78%
G = 35.45%
B = 32.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#829186 (or 0x829186) is known color: Blue Smoke. HEX triplet: 82, 91 and 86. RGB value is (130,145,134). Sum of RGB (Red+Green+Blue) = 130+145+134=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 145 - color contains mainly: green. Hex color #829186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829186 is #7D6E79. Grayscale: #8B8B8B. Windows color (decimal): -8220282 or 8819074. OLE color: 8819074.

HSL color Cylindrical-coordinate representation of color #829186: hue angle of 136º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #829186 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 145 134 -
CMYK 0.10 0 0.08 0.43
HSL 136º 0.06% 0.54% -
HSV(B) 136º 0.1% 0.57% -
XYZ 23.63 26.72 26.47 -
YUV 139.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 130 145 134 0.10 0 0.08 0.43 136 0.06 0.54
Hex 82 91 86 A 0 8 2B 88 6 36
Octal 202 221 206 12 0 10 53 210 6 66
Binary 10000010 10010001 10000110 1010 0 1000 101011 10001000 110 110110

Color Harmonies of #829186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829186

Black with #829186

Text Example


Text Example

White with #829186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829186; }

 p { color: rgb(130,145,134); }

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

background-color css

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

 a { background-color: rgb(130,145,134); }

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

border-color css

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

 span { border-color: rgb(130,145,134); }

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