Html Css Color HEX #808C84 Blue Smoke

📋 copy color: '#808C84'

red 128 ◦ green 140 ◦ blue 132

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

Shades of Blue Smoke #808C84

Tints of Blue Smoke #808C84

RGB

 RED value IS 128 (50.39% from 255) = 32%

 GREEN value IS 140 (55.08% from 255) = 35%

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

R = 32%
G = 35%
B = 33%

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

#808C84 (or 0x808C84) is known color: Blue Smoke. HEX triplet: 80, 8C and 84. RGB value is (128,140,132). Sum of RGB (Red+Green+Blue) = 128+140+132=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 140 - color contains mainly: green. Hex color #808C84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C84 is #7F737B. Grayscale: #878787. Windows color (decimal): -8352636 or 8686720. OLE color: 8686720.

HSL color Cylindrical-coordinate representation of color #808C84: hue angle of 140º 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 #808C84 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 140 132 -
CMYK 0.09 0 0.06 0.45
HSL 140º 0.05% 0.53% -
HSV(B) 140º 0.09% 0.55% -
XYZ 22.45 25.01 25.47 -
YUV 135.5 126.02 122.65 -
System Red Green Blue C M Y K H S L
Decimal 128 140 132 0.09 0 0.06 0.45 140 0.05 0.53
Hex 80 8C 84 9 0 6 2D 8C 5 35
Octal 200 214 204 11 0 6 55 214 5 65
Binary 10000000 10001100 10000100 1001 0 110 101101 10001100 101 110101

Color Harmonies of #808C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808C84

Black with #808C84

Text Example


Text Example

White with #808C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808C84; }

 p { color: rgb(128,140,132); }

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

background-color css

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

 a { background-color: rgb(128,140,132); }

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

border-color css

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

 span { border-color: rgb(128,140,132); }

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