Html Css Color HEX #809486 Blue Smoke

📋 copy color: '#809486'

red 128 ◦ green 148 ◦ blue 134

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

Shades of Blue Smoke #809486

Tints of Blue Smoke #809486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.1%

 BLUE value IS 134 (52.73% from 255) = 32.68%

R = 31.22%
G = 36.1%
B = 32.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#809486 (or 0x809486) is known color: Blue Smoke. HEX triplet: 80, 94 and 86. RGB value is (128,148,134). Sum of RGB (Red+Green+Blue) = 128+148+134=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #809486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809486 is #7F6B79. Grayscale: #8C8C8C. Windows color (decimal): -8350586 or 8819840. OLE color: 8819840.

HSL color Cylindrical-coordinate representation of color #809486: hue angle of 138º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #809486 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 148 134 -
CMYK 0.14 0 0.09 0.42
HSL 138º 0.09% 0.54% -
HSV(B) 138º 0.14% 0.58% -
XYZ 23.8 27.49 26.61 -
YUV 140.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 128 148 134 0.14 0 0.09 0.42 138 0.09 0.54
Hex 80 94 86 E 0 9 2A 8A 9 36
Octal 200 224 206 16 0 11 52 212 11 66
Binary 10000000 10010100 10000110 1110 0 1001 101010 10001010 1001 110110

Color Harmonies of #809486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809486

Black with #809486

Text Example


Text Example

White with #809486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809486; }

 p { color: rgb(128,148,134); }

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

background-color css

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

 a { background-color: rgb(128,148,134); }

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

border-color css

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

 span { border-color: rgb(128,148,134); }

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