Html Css Color HEX #809085 Blue Smoke

📋 copy color: '#809085'

red 128 ◦ green 144 ◦ blue 133

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

Shades of Blue Smoke #809085

Tints of Blue Smoke #809085

RGB

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

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

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

R = 31.6%
G = 35.56%
B = 32.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#809085 (or 0x809085) is known color: Blue Smoke. HEX triplet: 80, 90 and 85. RGB value is (128,144,133). Sum of RGB (Red+Green+Blue) = 128+144+133=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #809085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809085 is #7F6F7A. Grayscale: #898989. Windows color (decimal): -8351611 or 8753280. OLE color: 8753280.

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

Color convert

RGB 128 144 133 -
CMYK 0.11 0 0.08 0.44
HSL 138.75º 0.07% 0.53% -
HSV(B) 138.75º 0.11% 0.56% -
XYZ 23.11 26.23 26.04 -
YUV 137.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 128 144 133 0.11 0 0.08 0.44 138.75 0.07 0.53
Hex 80 90 85 B 0 8 2C 8B 7 35
Octal 200 220 205 13 0 10 54 213 7 65
Binary 10000000 10010000 10000101 1011 0 1000 101100 10001011 111 110101

Color Harmonies of #809085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809085

Black with #809085

Text Example


Text Example

White with #809085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809085; }

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

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

background-color css

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

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

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

border-color css

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

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

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