#809392

Color #809392 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #809392

Tints of Juniper #809392

Color information

#809392 (or 0x809392) is unknown color: approx Juniper. HEX triplet: 80, 93 and 92. RGB value is (128,147,146). Sum of RGB (Red+Green+Blue) = 128+147+146=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #809392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809392 is #7F6C6D. Grayscale: #8D8D8D. Windows color (decimal): -8350830 or 9606016. OLE color: 9606016.

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

Color convert

RGB128147146-
CMYK0.1300.010.42
HSL176.84º8.09%53.92%-
HSV(B)176.84º12.93%57.65%-
XYZ24.5227.5331.22-
YUV141.21130.71118.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.40%
GREEN value IS 147 (57.81% from 255) = 34.92%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=30.40%
G=34.92%
B=34.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471460.1300.010.42176.848.0953.92
Hex809392D012Ab1836
Octal2002232221501522611066
Binary100000001001001110010010110101101010101100011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809392; }

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

 H1.HeaderClassName
 {
   color: #809392;
 }
 .AnyTagClassName
 {
   color: #809392;
 }
</style>
background-color css

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

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

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

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

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

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