Html Css Color HEX #809084 Blue Smoke

📋 copy color: '#809084'

red 128 ◦ green 144 ◦ blue 132

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

Shades of Blue Smoke #809084

Tints of Blue Smoke #809084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

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

R = 31.68%
G = 35.64%
B = 32.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#809084 (or 0x809084) is known color: Blue Smoke. HEX triplet: 80, 90 and 84. RGB value is (128,144,132). Sum of RGB (Red+Green+Blue) = 128+144+132=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 144 - color contains mainly: green. Hex color #809084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809084 is #7F6F7B. Grayscale: #898989. Windows color (decimal): -8351612 or 8687744. OLE color: 8687744.

HSL color Cylindrical-coordinate representation of color #809084: hue angle of 135º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #809084 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 132 -
CMYK 0.11 0 0.08 0.44
HSL 135º 0.07% 0.53% -
HSV(B) 135º 0.11% 0.56% -
XYZ 23.04 26.2 25.67 -
YUV 137.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 128 144 132 0.11 0 0.08 0.44 135 0.07 0.53
Hex 80 90 84 B 0 8 2C 87 7 35
Octal 200 220 204 13 0 10 54 207 7 65
Binary 10000000 10010000 10000100 1011 0 1000 101100 10000111 111 110101

Color Harmonies of #809084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809084

Black with #809084

Text Example


Text Example

White with #809084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809084; }

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

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

background-color css

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

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

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

border-color css

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

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

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