Html Css Color HEX #818A84 Blue Smoke

📋 copy color: '#818A84'

red 129 ◦ green 138 ◦ blue 132

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

Shades of Blue Smoke #818A84

Tints of Blue Smoke #818A84

RGB

 RED value IS 129 (50.78% from 255) = 32.33%

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

 BLUE value IS 132 (51.95% from 255) = 33.08%

R = 32.33%
G = 34.59%
B = 33.08%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#818A84 (or 0x818A84) is known color: Blue Smoke. HEX triplet: 81, 8A and 84. RGB value is (129,138,132). Sum of RGB (Red+Green+Blue) = 129+138+132=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 138 - color contains mainly: green. Hex color #818A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818A84 is #7E757B. Grayscale: #868686. Windows color (decimal): -8287612 or 8686209. OLE color: 8686209.

HSL color Cylindrical-coordinate representation of color #818A84: hue angle of 140º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818A84 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 138 132 -
CMYK 0.07 0 0.04 0.46
HSL 140º 0.04% 0.52% -
HSV(B) 140º 0.07% 0.54% -
XYZ 22.31 24.51 25.39 -
YUV 134.63 126.52 123.99 -
System Red Green Blue C M Y K H S L
Decimal 129 138 132 0.07 0 0.04 0.46 140 0.04 0.52
Hex 81 8A 84 7 0 4 2E 8C 4 34
Octal 201 212 204 7 0 4 56 214 4 64
Binary 10000001 10001010 10000100 111 0 100 101110 10001100 100 110100

Color Harmonies of #818A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A84

Black with #818A84

Text Example


Text Example

White with #818A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818A84; }

 p { color: rgb(129,138,132); }

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

background-color css

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

 a { background-color: rgb(129,138,132); }

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

border-color css

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

 span { border-color: rgb(129,138,132); }

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