Html Css Color HEX #818D84 Blue Smoke

📋 copy color: '#818D84'

red 129 ◦ green 141 ◦ blue 132

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

Shades of Blue Smoke #818D84

Tints of Blue Smoke #818D84

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 32.09%
G = 35.07%
B = 32.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#818D84 (or 0x818D84) is known color: Blue Smoke. HEX triplet: 81, 8D and 84. RGB value is (129,141,132). Sum of RGB (Red+Green+Blue) = 129+141+132=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 132 (51.95% from 255 or 32.84% from 402); Max value from RGB is 141 - color contains mainly: green. Hex color #818D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D84 is #7E727B. Grayscale: #888888. Windows color (decimal): -8286844 or 8686977. OLE color: 8686977.

HSL color Cylindrical-coordinate representation of color #818D84: hue angle of 135º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818D84 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 141 132 -
CMYK 0.09 0 0.06 0.45
HSL 135º 0.05% 0.53% -
HSV(B) 135º 0.09% 0.55% -
XYZ 22.74 25.38 25.53 -
YUV 136.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 129 141 132 0.09 0 0.06 0.45 135 0.05 0.53
Hex 81 8D 84 9 0 6 2D 87 5 35
Octal 201 215 204 11 0 6 55 207 5 65
Binary 10000001 10001101 10000100 1001 0 110 101101 10000111 101 110101

Color Harmonies of #818D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818D84

Black with #818D84

Text Example


Text Example

White with #818D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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