Html Css Color HEX #808481 Blue Smoke

📋 copy color: '#808481'

red 128 ◦ green 132 ◦ blue 129

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

Shades of Blue Smoke #808481

Tints of Blue Smoke #808481

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.93%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 32.9%
G = 33.93%
B = 33.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#808481 (or 0x808481) is known color: Blue Smoke. HEX triplet: 80, 84 and 81. RGB value is (128,132,129). Sum of RGB (Red+Green+Blue) = 128+132+129=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 132 - color contains mainly: green. Hex color #808481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808481 is #7F7B7E. Grayscale: #828282. Windows color (decimal): -8354687 or 8488064. OLE color: 8488064.

HSL color Cylindrical-coordinate representation of color #808481: hue angle of 135º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #808481 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 129 -
CMYK 0.03 0 0.02 0.48
HSL 135º 0.02% 0.51% -
HSV(B) 135º 0.03% 0.52% -
XYZ 21.12 22.68 24.03 -
YUV 130.46 127.17 126.24 -
System Red Green Blue C M Y K H S L
Decimal 128 132 129 0.03 0 0.02 0.48 135 0.02 0.51
Hex 80 84 81 3 0 2 30 87 2 33
Octal 200 204 201 3 0 2 60 207 2 63
Binary 10000000 10000100 10000001 11 0 10 110000 10000111 10 110011

Color Harmonies of #808481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808481

Black with #808481

Text Example


Text Example

White with #808481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808481; }

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

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

background-color css

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

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

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

border-color css

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

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

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