Html Css Color HEX #809386 Blue Smoke

📋 copy color: '#809386'

red 128 ◦ green 147 ◦ blue 134

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

Shades of Blue Smoke #809386

Tints of Blue Smoke #809386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

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

R = 31.3%
G = 35.94%
B = 32.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#809386 (or 0x809386) is known color: Blue Smoke. HEX triplet: 80, 93 and 86. RGB value is (128,147,134). Sum of RGB (Red+Green+Blue) = 128+147+134=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #809386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809386 is #7F6C79. Grayscale: #8B8B8B. Windows color (decimal): -8350842 or 8819584. OLE color: 8819584.

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

Color convert

RGB 128 147 134 -
CMYK 0.13 0 0.09 0.42
HSL 138.95º 0.08% 0.54% -
HSV(B) 138.95º 0.13% 0.58% -
XYZ 23.64 27.18 26.55 -
YUV 139.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 128 147 134 0.13 0 0.09 0.42 138.95 0.08 0.54
Hex 80 93 86 D 0 9 2A 8B 8 36
Octal 200 223 206 15 0 11 52 213 10 66
Binary 10000000 10010011 10000110 1101 0 1001 101010 10001011 1000 110110

Color Harmonies of #809386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809386

Black with #809386

Text Example


Text Example

White with #809386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809386; }

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

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

background-color css

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

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

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

border-color css

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

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

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