#839794

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

Shades of Juniper #839794

Tints of Juniper #839794

Color information

#839794 (or 0x839794) is unknown color: approx Juniper. HEX triplet: 83, 97 and 94. RGB value is (131,151,148). Sum of RGB (Red+Green+Blue) = 131+151+148=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #839794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839794 is #7C686B. Grayscale: #909090. Windows color (decimal): -8153196 or 9738115. OLE color: 9738115.

HSL color Cylindrical-coordinate representation of color #839794: hue angle of 171º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839794 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB131151148-
CMYK0.1300.020.41
HSL171º8.77%55.29%-
HSV(B)171º13.25%59.22%-
XYZ25.7729.132.27-
YUV144.68129.87118.24-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 151 (59.38% from 255) = 35.12%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=30.47%
G=35.12%
B=34.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1311511480.1300.020.411718.7755.29
Hex839794D0229ab937
Octal2032272241502512531167
Binary1000001110010111100101001101010101001101010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839794; }

 p { color: rgb(131,151,148); }

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

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

 a { background-color: rgb(131,151,148); }

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

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

 span { border-color: rgb(131,151,148); }

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