Html Css Color HEX #809083 Blue Smoke

📋 copy color: '#809083'

red 128 ◦ green 144 ◦ blue 131

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

Shades of Blue Smoke #809083

Tints of Blue Smoke #809083

RGB

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

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

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

R = 31.76%
G = 35.73%
B = 32.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#809083 (or 0x809083) is known color: Blue Smoke. HEX triplet: 80, 90 and 83. RGB value is (128,144,131). Sum of RGB (Red+Green+Blue) = 128+144+131=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 144 - color contains mainly: green. Hex color #809083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809083 is #7F6F7C. Grayscale: #898989. Windows color (decimal): -8351613 or 8622208. OLE color: 8622208.

HSL color Cylindrical-coordinate representation of color #809083: hue angle of 131.25º 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 #809083 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 144 131 -
CMYK 0.11 0 0.09 0.44
HSL 131.25º 0.07% 0.53% -
HSV(B) 131.25º 0.11% 0.56% -
XYZ 22.97 26.17 25.31 -
YUV 137.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 128 144 131 0.11 0 0.09 0.44 131.25 0.07 0.53
Hex 80 90 83 B 0 9 2C 83 7 35
Octal 200 220 203 13 0 11 54 203 7 65
Binary 10000000 10010000 10000011 1011 0 1001 101100 10000011 111 110101

Color Harmonies of #809083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809083

Black with #809083

Text Example


Text Example

White with #809083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809083; }

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

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

background-color css

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

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

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

border-color css

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

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

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