Html Css Color HEX #818B84 Blue Smoke

📋 copy color: '#818B84'

red 129 ◦ green 139 ◦ blue 132

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

Shades of Blue Smoke #818B84

Tints of Blue Smoke #818B84

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

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

R = 32.25%
G = 34.75%
B = 33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#818B84 (or 0x818B84) is known color: Blue Smoke. HEX triplet: 81, 8B and 84. RGB value is (129,139,132). Sum of RGB (Red+Green+Blue) = 129+139+132=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #818B84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B84 is #7E747B. Grayscale: #878787. Windows color (decimal): -8287356 or 8686465. OLE color: 8686465.

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

Color convert

RGB 129 139 132 -
CMYK 0.07 0 0.05 0.45
HSL 138º 0.04% 0.53% -
HSV(B) 138º 0.07% 0.55% -
XYZ 22.45 24.8 25.43 -
YUV 135.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 129 139 132 0.07 0 0.05 0.45 138 0.04 0.53
Hex 81 8B 84 7 0 5 2D 8A 4 35
Octal 201 213 204 7 0 5 55 212 4 65
Binary 10000001 10001011 10000100 111 0 101 101101 10001010 100 110101

Color Harmonies of #818B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818B84

Black with #818B84

Text Example


Text Example

White with #818B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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