#809393

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

Shades of Juniper #809393

Tints of Juniper #809393

Color information

#809393 (or 0x809393) is unknown color: approx Juniper. HEX triplet: 80, 93 and 93. RGB value is (128,147,147). Sum of RGB (Red+Green+Blue) = 128+147+147=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #809393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809393 is #7F6C6C. Grayscale: #8D8D8D. Windows color (decimal): -8350829 or 9671552. OLE color: 9671552.

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

Color convert

RGB128147147-
CMYK0.13000.42
HSL180º8.09%53.92%-
HSV(B)180º12.93%57.65%-
XYZ24.627.5631.63-
YUV141.32131.21118.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.33%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=30.33%
G=34.83%
B=34.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471470.13000.421808.0953.92
Hex809393D002Ab4836
Octal2002232231500522641066
Binary100000001001001110010011110100101010101101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809393; }

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

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

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

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

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

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

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

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