Html Css Color HEX #809385 Blue Smoke

📋 copy color: '#809385'

red 128 ◦ green 147 ◦ blue 133

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

Shades of Blue Smoke #809385

Tints of Blue Smoke #809385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.6%

R = 31.37%
G = 36.03%
B = 32.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#809385 (or 0x809385) is known color: Blue Smoke. HEX triplet: 80, 93 and 85. RGB value is (128,147,133). Sum of RGB (Red+Green+Blue) = 128+147+133=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 147 - color contains mainly: green. Hex color #809385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809385 is #7F6C7A. Grayscale: #8B8B8B. Windows color (decimal): -8350843 or 8754048. OLE color: 8754048.

HSL color Cylindrical-coordinate representation of color #809385: hue angle of 135.79º 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 #809385 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 147 133 -
CMYK 0.13 0 0.10 0.42
HSL 135.79º 0.08% 0.54% -
HSV(B) 135.79º 0.13% 0.58% -
XYZ 23.57 27.15 26.19 -
YUV 139.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 128 147 133 0.13 0 0.10 0.42 135.79 0.08 0.54
Hex 80 93 85 D 0 A 2A 88 8 36
Octal 200 223 205 15 0 12 52 210 10 66
Binary 10000000 10010011 10000101 1101 0 1010 101010 10001000 1000 110110

Color Harmonies of #809385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809385

Black with #809385

Text Example


Text Example

White with #809385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809385; }

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

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

background-color css

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

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

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

border-color css

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

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

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