Html Css Color HEX #808D83 Blue Smoke

📋 copy color: '#808D83'

red 128 ◦ green 141 ◦ blue 131

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

Shades of Blue Smoke #808D83

Tints of Blue Smoke #808D83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 32%
G = 35.25%
B = 32.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#808D83 (or 0x808D83) is known color: Blue Smoke. HEX triplet: 80, 8D and 83. RGB value is (128,141,131). Sum of RGB (Red+Green+Blue) = 128+141+131=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 141 - color contains mainly: green. Hex color #808D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808D83 is #7F727C. Grayscale: #888888. Windows color (decimal): -8352381 or 8621440. OLE color: 8621440.

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

Color convert

RGB 128 141 131 -
CMYK 0.09 0 0.07 0.45
HSL 133.85º 0.05% 0.53% -
HSV(B) 133.85º 0.09% 0.55% -
XYZ 22.52 25.28 25.16 -
YUV 135.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 128 141 131 0.09 0 0.07 0.45 133.85 0.05 0.53
Hex 80 8D 83 9 0 7 2D 86 5 35
Octal 200 215 203 11 0 7 55 206 5 65
Binary 10000000 10001101 10000011 1001 0 111 101101 10000110 101 110101

Color Harmonies of #808D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D83

Black with #808D83

Text Example


Text Example

White with #808D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,141,131); }

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

background-color css

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

 a { background-color: rgb(128,141,131); }

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

border-color css

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

 span { border-color: rgb(128,141,131); }

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